@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface NFProperty
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 |
name
The name of the property.
|
public abstract java.lang.Class<? extends INFProperty> value