@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public static @interface BodyParser.Of
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends BodyParser> |
value |
Modifier and Type | Optional Element and Description |
---|---|
int |
maxLength |
public abstract java.lang.Class<? extends BodyParser> value
public abstract int maxLength