@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 の日付フォーマットに準拠する。 |