Package de.xima.fc.beans.ann
Annotation Type LicenseFeature
- 
@Retention(RUNTIME) @Target(FIELD) public @interface LicenseFeature
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description ELicenseFeature[]valueThe license features that are required for a property. 
 - 
 
- 
- 
Element Detail
- 
value
ELicenseFeature[] value
The license features that are required for a property.- Returns:
 - The license features that are required for a property.
 
- Default:
 - {}
 
 
 - 
 
 -