Skip to content
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

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.

External Libraries

Clone this wiki locally