Annotation Type RelatedResourcesEntry
-
@Target(TYPE) @Retention(RUNTIME) public @interface RelatedResourcesEntry
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)
-
-
-
relation
Class<? extends IsRelatedTo> relation
- Default:
- org.gcube.informationsystem.model.reference.relations.IsRelatedTo.class
-
-
-
description
String description
- Default:
- ""
-
-