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()
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class[]
entities
-