Annotation Interface BuildFieldWith
Overrides the default builder and forces the field to be rendered with whatever the output of the builder is.
Note: the specified
FieldBuilder must have a public, no-arg constructor.- Since:
- 2022-09-08
- Author:
- miki
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends FieldBuilder> valueThe builder to use. It must have a public, no argument constructor.
-