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