Package javax.validation.constraints
Annotation Interface AssertTrue
@Target({METHOD,FIELD,ANNOTATION_TYPE,CONSTRUCTOR,PARAMETER})
@Retention(RUNTIME)
@Documented
@Constraint(validatedBy={})
public @interface AssertTrue
Verify that the annotated element is either
true
, Boolean.TRUE
or null
.- Version:
- $Rev$ $Date$
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements