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