com.avaje.ebean.validation
Annotation Type AssertFalse


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

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

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



Copyright © 2010. All Rights Reserved.