org.sormula.annotation
Annotation Type ExplicitTypes


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ExplicitTypes

List of 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).

Since:
1.6 and 2.0
Author:
Jeff Miller

Required Element Summary
 ExplicitType[] value
           
 

Element Detail

value

public abstract ExplicitType[] value
Returns:
array of ExplicitType annotations