|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public static @interface Jpf.ValidatableBean
A set of validatable property definitions that will be applied against particular bean type. Used in
Jpf.Controller.validatableBeans()
.
Required Element Summary | |
---|---|
Class |
type
The bean type for which the validation rules will apply. |
Jpf.ValidatableProperty[] |
validatableProperties
An array of properties on which to run validation rules. |
Element Detail |
---|
public abstract Class type
public abstract Jpf.ValidatableProperty[] validatableProperties
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |