@Target(value=METHOD) @Retention(value=RUNTIME) public @interface ISProperty
String
description
boolean
mandatory
int
max
min
name
nullable
readonly
regexpr
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.