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
 String[] value
           
 

value

public abstract String[] value
Default:
{}


Copyright © 2008-2012. All Rights Reserved.