@Documented @Constraint(validatedBy=ParseInt.ParseIntValidator.class) @Target(value={METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER}) @Retention(value=RUNTIME) public @interface ParseInt
org.seasar.struts.annotation.IntegerType
public abstract String target
public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload