Package org.beanio.annotation
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
-
-
Element Detail
-
value
Field[] value
The list of fields.- Returns:
- the list of fields
-
-