@Retention(value=RUNTIME) public @interface BodyParam
Modifier and Type | Required Element and Description |
---|---|
String |
value |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
allowEmpty |
boolean |
isEmail |
int |
minLength |
boolean |
required |
String |
validationPattern |
public abstract boolean required
public abstract boolean allowEmpty
public abstract boolean isEmail
public abstract int minLength
public abstract String validationPattern
Copyright © 2016. All rights reserved.