org.apache.beehive.controls.api.bean
Annotation Type AnnotationMemberTypes.Date


@Target(value=METHOD)
@Retention(value=RUNTIME)
public static @interface AnnotationMemberTypes.Date

Member is a Date is the Form of:YYYY/MM/DD Only valid on a member that returns String Note: JSR175 does not allow java.util.Date as a member type.


Optional Element Summary
 String maxValue
           
 String minValue
           
 

minValue

public abstract String minValue
Default:
""

maxValue

public abstract String maxValue
Default:
""