Annotation Type Setter


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Setter
    Names setter method for a field in entity properties. This annotation should be used if name of the setter method in builder does not match name of the field.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value