soabase / soabase-halva

Idiomatic Scala ... in Java
https://github.com/soabase/soabase-halva/blob/master/README.md
Apache License 2.0
81 stars 5 forks source link

Halva annotation retentions should be RUNTIME #44

Closed Randgalt closed 6 years ago

Randgalt commented 6 years ago

Halva annotation retentions are currently SOURCE. They should be RUNTIME.

Randgalt commented 6 years ago

This is actually wrong. Retention SOURCE is fine. I'll revert this.