@Retention(value=RUNTIME)
public @interface Slot
mandatory
and name
attributes of the slot.Modifier and Type | Fields and Description |
---|---|
static java.lang.String |
NULL |
static java.lang.String |
USE_METHOD_NAME |
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
defaultValue |
java.lang.String |
documentation |
boolean |
manageAsSerializable
Tell the BeanOntologyBuilder to treat this slot as a Serializable object.
|
boolean |
mandatory |
java.lang.String |
name |
java.lang.String[] |
permittedValues |
int |
position |
java.lang.String |
regex |