Annotation Type NFRProperty
- 
 @Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface NFRPropertyProperty for required services and methods.
- 
- 
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.StringmethodnameThe method name (if method property).java.lang.Class<?>[]methodparametertypesThe method name (if method property).java.lang.StringnameThe name of the property.
 
- 
- 
- 
Element Detail- 
valuejava.lang.Class<? extends INFProperty> value The type of the property.
 
- 
 
-