@Target(value=ANNOTATION_TYPE)
 @Retention(value=RUNTIME)
public @interface NFProperty
| 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 | nameThe name of the property. | 
| NameValue[] | parametersThe init parameter values. | 
public abstract java.lang.Class<? extends INFProperty> value
public abstract NameValue[] parameters