Annotation Type ResourceSchemaEntry
-
@Target(TYPE) @Retention(RUNTIME) public @interface ResourceSchemaEntry
It is used byTypeMapperto identify which getter method are related to andEntityPropertyDefinition. The name of the property is obtained by removing "get" or "is" from method name and lower casing the first letter.- Author:
- Luca Frosini (ISTI - CNR)
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringdescriptionClass<? extends Facet>facetintmaxintminClass<? extends ConsistsOf>relation
-
-
-
Element Detail
-
relation
Class<? extends ConsistsOf> relation
- Default:
- org.gcube.informationsystem.model.reference.relations.ConsistsOf.class
-
-
-
description
String description
- Default:
- ""
-
-