org.springframework.config.java.annotation
Annotation Type ExternalBean


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ExternalBean

Annotation used to indicate an external bean, that must be supplied by the environment.

Useful for injecting beans defined in a (parent) XML application context.

Author:
Rod Johnson

Optional Element Summary
 String value
           
 

value

public abstract String value
Default:
""


Copyright � 2005-2008 Spring Framework. All Rights Reserved.