Dotty: Unless JavaParser reads annotations we need to assume all annotations to be Runtime visible.

Created on 5 Mar 2015  ·  3Comments  ·  Source: lampepfl/dotty

Most helpful comment

That's on my to-do list for when I can get back to OSS, too. Maybe annotations will be my second contribution to dotty.

All 3 comments

Alternative would be to have this assumption only when currently compiling the particular java-defined annotation, ie detect if symbol is loaded from class path or not.

That's on my to-do list for when I can get back to OSS, too. Maybe annotations will be my second contribution to dotty.

Was this page helpful?
0 / 5 - 0 ratings