Annotation Type BuiltBy
-
@Retention(RUNTIME) @Target(TYPE) public @interface BuiltBy
BuiltBy. An annotation for configuration beans to specify what builder builds them. This annotation is required on all non-core configuration classes (i.e. ones which reside in external modules)- Since:
- 5.2
- Author:
- Tristan Tarrant
-
-
Element Detail
-
value
java.lang.Class<? extends Builder> value
-
-