@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ExplicitTypes
ExplicitType
. Annotate row class,
subclass of Table
or subclass of Database
.
When used on row or table class, then type is defined with
Table.putTypeTranslator(Class, TypeTranslator)
. When used on
a database, then type is added with
Database.putTypeTranslator(Class, TypeTranslator)
.
This annotation is optional since ExplicitType
is Repeatable
as of version 4.0.
Modifier and Type | Required Element and Description |
---|---|
ExplicitType[] |
value |
public abstract ExplicitType[] value
ExplicitType
annotations