@Target(value=TYPE) @Retention(value=RUNTIME) public @interface ResourceSchemaRelatedEntry
TypeMapper to identify which getter method are
related to and Entity PropertyDefinition.
The name of the property is obtained by removing "get" or "is" from method
name and lower casing the first letter.public abstract Class<? extends IsRelatedTo> relation
public abstract String description
Copyright © 2020. All Rights Reserved.