@Target(value=FIELD) @Retention(value=RUNTIME) @Published public @interface CurrentDateTime
CurrentDateTimeAnnotationHandlerを参照。| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
format
日時フォーマット。
フィールドの型が、 StringまたはInteger、Longの場合のみ有効。指定するフォーマットは、 SimpleDateFormatの日付フォーマットに準拠する。 |