Annotation Type Fields


  • @Retention(RUNTIME)
    @Target({TYPE,FIELD,METHOD})
    public @interface Fields
    Annotation used to add fields to a record or segment that are not bound to a class property.
    Since:
    2.1.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Field[] value
      The list of fields.
    • Element Detail

      • value

        Field[] value
        The list of fields.
        Returns:
        the list of fields