@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) @Constraint(checkWith=MinCheck.class) public @interface Min
double
value
String
message
public abstract double value
public abstract String message
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly