adr / e-adr

Architectural Decisions Records embedded in Java code
https://adr.github.io/e-adr/
Eclipse Public License 2.0
27 stars 7 forks source link

Enable runtime use #19

Closed koppor closed 2 months ago

koppor commented 2 months ago

https://github.com/adr/e-adr/pull/8 switched to SOURCE retentation. However, this prevents reflections on the class. See https://github.com/adr/e-adr/blob/main/io.github.adr.embedded.demo/src/main/java/io/github/adr/embedded/demo/YStatementAnnotationDemoClassReflection.java for an example

koppor commented 2 months ago

Fixed in main