@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.
|
NameValue[] |
parameters
The init parameter values.
|
public abstract java.lang.Class<? extends INFProperty> value
public abstract NameValue[] parameters