jOOQ / jOOR

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
http://www.jooq.org/products
Apache License 2.0
2.81k stars 376 forks source link

Add a way to register a custom writer to read compilation output from #88

Open lukaseder opened 5 years ago

lukaseder commented 5 years ago

When using jOOR to test annotation processors, it might be useful to get access to compilation output, i.e. the Writer that is passed to the CompilationTask