Annotation Type ISProperty
-
@Documented @Target(METHOD) @Retention(RUNTIME) public @interface ISProperty
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)