@Documented @Constraint(validatedBy=LogTypeValidator.class) @Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface LogType
public abstract String message
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
public abstract String type
Copyright © 2014. All rights reserved.