org.apache.beehive.netui.pageflow.annotations
Annotation Type Jpf.ValidatableBean


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public static @interface Jpf.ValidatableBean

Validation fields (and associated rules) associated with a bean type. Valid within Jpf.Controller.


Required Element Summary
 Class type
           
 Jpf.ValidatableProperty[] validatableProperties
           
 

Element Detail

type

public abstract Class type

validatableProperties

public abstract Jpf.ValidatableProperty[] validatableProperties