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


@Retention(value=RUNTIME)
@Target(value=METHOD)
@Inherited
@Documented
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
 java.lang.String value
           
 

value

public abstract java.lang.String value
Default:
""