Annotation Interface ExportableField
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanIndicates whether the annotated field should be exported.boolean
-
Element Details
-
exportField
boolean exportFieldIndicates whether the annotated field should be exported.By default, this returns
true, meaning the field will be exported unless explicitly overridden.- Returns:
trueif the field should be exported;falseotherwise
- Default:
true
-
importField
boolean importField- Default:
true
-