@Documented @Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER,METHOD}) public @interface ApiField
String
value
example
int
length
boolean
mandidate
order
String[]
refs
public abstract String value
public abstract int length
public abstract String example
public abstract boolean mandidate
public abstract int order
public abstract String[] refs
Copyright © 2018. All rights reserved.