Annotation Type Entity


@Documented
@Retention(RUNTIME)
@Target(TYPE)
public @interface Entity
Indicates that the annotated class is typed and will be extracted using an InstanceCreator while values are fetched from a database.
Since:
1.0
Author:
MatrixEditor