|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={TYPE,FIELD,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Inherited
public @interface EnvironmentIndicated for what environment the annotated class should be a candidate for autowiring.
When used on fields if will instruct the Spring container to inject the current environment into the annotated field.
| Optional Element Summary | |
|---|---|
String[] |
value
|
public abstract String[] value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||