com.avaje.ebean.validation
Annotation Type AssertTrue


@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface AssertTrue

Validation that can be placed on a method to assert it is false.

The method needs to follow the bean specification and start with "is".



Copyright © 2010. All Rights Reserved.