-
Notifications
You must be signed in to change notification settings - Fork 21
RuntimeAnnotation class is needed #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Imported From: https://issues.scala-lang.org/browse/SI-32?orig=1 |
@odersky said: |
@dragos said: |
timowest said: Also what are the challenges in the implementation? If this would be trivial to implement, it would probably already be available. |
@retronym said: |
Eric Pederson (ericacm) said: |
@adriaanm said: |
@adriaanm said (edited on Feb 28, 2013 2:28:31 AM UTC): |
@soc said: |
@lrytz said: |
11 years later, @propensive takes matters into his own hands... https://twitter.com/propensive/status/962001573797822464 |
There should be a
RuntimeAnnotation
class which would allow new annotations withRetentionPolicy.RUNTIME
to be created in Scala. Currently, these have to be written in Java and compiled in a separate step.The text was updated successfully, but these errors were encountered: