@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,PARAMETER,FIELD,METHOD})
public @interface Pattern
Specify the Date time format.
Normally this annotation is used to specify
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
The date time format value.
|
Copyright © 2014–2017 ActFramework. All rights reserved.