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


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

A variable name/value that is used by Jpf.ValidateCustomRule.


Required Element Summary
 String name
          The variable name.
 String value
          The variable value.
 

Element Detail

name

public abstract String name
The variable name.


value

public abstract String value
The variable value.