@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ISProperty
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.Copyright © 2020. All Rights Reserved.