Skip to content
This repository was archived by the owner on Apr 27, 2021. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 461 Bytes

File metadata and controls

5 lines (4 loc) · 461 Bytes

ORM-Annotation-Processing

This is an attempt on implementing lombok-like annotation processing to auto create relation methods and more

This requires some internal javac classes, so it depends on tools.jar which is part of the jdk. You might need to change your JAVA_HOME to point to a proper jdk8 installation. At the moment this is just a proof-of-concept so it's nowhere near usable, which is the main reason why we moved it to a seperate repository.