-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sarthak2707 edited this page May 30, 2018
·
4 revisions
Brahma-Dao is an annotation processor which generates dao classes for entities with @GenerateDao
annotation. The basic idea is to destroy the boiler plate of a project by generating it using annotation processing.
Annotation processing is a tool build in javac for scanning and processing annotations at compile time.You can register your own annotation processor for certain annotations.For more information about annotation processing you can check this blog.
- Java Poet Code generation library.
- Google Auto Service Register annotation processor library.
- Compile Testing Annotation Processor testing library.
- Dropwizard-Hibernate Provides annotations for validations.