Annotation Type SpringBean
-
@Retention(RUNTIME) @Target(FIELD) @Documented public @interface SpringBean
Annotation used to tag a field as a placeholder for a spring bean.- Author:
- Igor Vaynberg (ivaynberg)
-
-
-
required
boolean required
Optional attribute for specifying if bean is required or not.- Returns:
falseif the bean is optional. Default:true.
- Default:
- true
-
-