Package de.xima.fc.annotations
Annotation Type ExportDetails
- 
@Retention(RUNTIME) @Target(FIELD) public @interface ExportDetails
- Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description EExportContext[]contextbooleanencryptbooleanexcludebooleanreference 
 - 
 
- 
- 
Element Detail
- 
context
EExportContext[] context
- Returns:
 - array of 
EExportContexts that determine when the annotated field should be exported. If no context is given the field will be exported 
- Default:
 - {}
 
 
 - 
 
- 
- 
exclude
boolean exclude
- Returns:
 Booleanwhether or not to exclude this field from export
- Default:
 - false
 
 
 - 
 
- 
- 
reference
boolean reference
- Returns:
 Booleanwhether or not to turn the entity into a reference
- Default:
 - false
 
 
 - 
 
- 
- 
encrypt
boolean encrypt
- Returns:
 Booleanwhether or not to encrypt this field for export
- Default:
 - false
 
 
 - 
 
 -