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 in the format specified (default is YYYY/MM/DD) Only valid on a member that returns String

See Also:
when selecting another date format. Note: JSR175 does not allow java.util.Date as a member type.

Optional Element Summary
 String format
           
 String maxValue
           
 String minValue
           
 

format

public abstract String format
Default:
"yyyy/MM/dd"

minValue

public abstract String minValue
Default:
""

maxValue

public abstract String maxValue
Default:
""