Annotation Type NFProperties
- 
 @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface NFPropertiesThe annotation for non functional properties in - components - provided services - provided service methods.
- 
- 
Required Element SummaryRequired Elements Modifier and Type Required Element Description NFProperty[]valueThe non-functional properties.
 
- 
- 
- 
Element Detail- 
valueNFProperty[] value The non-functional properties.
 
- 
 
-