Annotation Type NFProperty
- 
 @Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface NFPropertyNon-functional property annotation.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description java.lang.Class<? extends INFProperty>valueThe type of the property.
 - 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description java.lang.StringnameThe name of the property.NameValue[]parametersThe init parameter values.
 
- 
- 
- 
Element Detail- 
valuejava.lang.Class<? extends INFProperty> value The type of the property.
 
- 
 - 
- 
parametersNameValue[] parameters The init parameter values.- Default:
- {}
 
 
- 
 
-