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 Summary
Required Elements Modifier and Type Required Element Description NFProperty[]valueThe non-functional properties. 
 - 
 
- 
- 
Element Detail
- 
value
NFProperty[] value
The non-functional properties. 
 - 
 
 -