|
Annotation Types Summary |
| Bean |
A bean annotation. |
| BeanMethod |
A BeanMethod annotation. |
| DataPropertyAnn |
An annotation indicating that a method on a bean should be used to create a
datatype property. |
| DatatypeAnn |
An annotation on a bean class, indicating it should be used to create a
datatype property |
| EntityAnn |
An annotation on a bean class, indicating it should be used to create an
OWLClass |
| ExternalLink |
An annotation that describes an external link captured from the datasource. |
| ExternalLinks |
An annotation describing an array of @ExternalLinks. |
| FieldNameAnn |
An annotation used to mark methods with the name of the field they model. |
| FilterAnn |
An annotation on a class, indicating that this class is a Filter. |
| MetaOWLClass |
OWL class annotation. |
| MetaOWLProperty |
OWL property annotation. |
| Nullable |
A method annotation indicating that this method represents a nullable field. |
| ObjectPropertyAnn |
An annotation indicating that a method on a bean should be used to create an
object property. |
| SchemaNameAnn |
An Annotation describing the database schema this table belongs to. |
| TableNameAnn |
An annotation that describes the name of the table that this bean models. |
| TypeOfAnn |
An annotation describing the type of a bean. |
| UniqueIdAnn |
An Annotation indicating that this property should be used to make the unique
ID of an OWLIndividual. |