@Target(value=ANNOTATION_TYPE)
 @Retention(value=RUNTIME)
public @interface NFRProperty
| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.Class<? extends INFProperty> | valueThe type of the property. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String | methodnameThe method name (if method property). | 
| java.lang.Class<?>[] | methodparametertypesThe method name (if method property). | 
| java.lang.String | nameThe name of the property. | 
public abstract java.lang.Class<? extends INFProperty> value