Class DateTimeInfo

java.lang.Object
online.sharedtype.processor.domain.type.ReferableTypeInfo
online.sharedtype.processor.domain.type.DateTimeInfo
All Implemented Interfaces:
Serializable, MappableType, TypeInfo

public final class DateTimeInfo extends ReferableTypeInfo implements MappableType
Represents a date/time type, which is simply be emitted as a string or any custom type literal. It has no counterpart typeDef, explicitly annotating @SharedType on a date/time type is ignored with a warning.
Author:
Cause Chung
See Also: