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:
false
if the bean is optional. Default:true
.
- Default:
- true
-
-