@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ISProperty
TypeBinder to identify which getter method are
related to and Entity TypeBinder.Property.
The name of the property is obtained by removing "get" or "is" from method
name and lower casing the first letter.public abstract String name
public abstract String description
public abstract boolean mandatory
public abstract boolean readonly
public abstract boolean nullable
public abstract int min
public abstract int max
public abstract String regexpr
Copyright © 2016. All Rights Reserved.