|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={METHOD,FIELD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) @Documented @Constraint(validatedBy={UriAvailabilityValidator.class,UrlAvailabilityValidator.class,InetAdressAvailabilityValidator.class,MailServerAvailabilityValidator.class}) public @interface Available
The annotated element is checked to be available.
Optional Element Summary | |
---|---|
Class<?>[] |
groups Support of validation groups. |
String |
message Returns the message key to be rendered, if the constraint has been violated. |
Class<? extends javax.validation.Payload>[] |
payload Support of payloads. |
int |
timeout The connection timeout in milliseconds. |
String |
value The value expected to be returned. |
public abstract String value
public abstract int timeout
public abstract String message
Defaults to returning "{de.smartics.validation.constraints.Available.message}".
public abstract Class<?>[] groups
public abstract Class<? extends javax.validation.Payload>[] payload
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |