Annotation Type BuildFieldWith
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface BuildFieldWith
Overrides the default builder and forces the field to be rendered with whatever the output of the builder is. Note: the specifiedFieldBuildermust have a public, no-arg constructor.- Since:
- 2022-09-08
- Author:
- miki
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends FieldBuilder>valueThe builder to use.
-
-
-
Element Detail
-
value
Class<? extends FieldBuilder> value
The builder to use. It must have a public, no argument constructor.
-
-