org.constretto.spring.annotation
Annotation Type Environment
@Target(value={TYPE,FIELD,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
@Inherited
public @interface Environment
Indicated 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.
- Author:
- Kaare Nilsen
|
Optional Element Summary |
java.lang.String[] |
value
|
value
public abstract java.lang.String[] value
- Default:
- {}
Copyright © 2008-2011. All Rights Reserved.