Annotation Interface 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 specified FieldBuilder must 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>
    The builder to use.
  • Element Details

    • value

      Class<? extends FieldBuilder> value
      The builder to use. It must have a public, no argument constructor.