Annotation Type Handler
-
@Target(TYPE) @Retention(RUNTIME) public @interface Handler
The annotation indicates the class is the access point for the DAOs the annotated class must be instantiated by calling DBHandler.build()
-
-
Element Detail
-
entities
Class[] entities
- Returns:
- clases of the entities to be prepossessed
-
-