RuntimeAnnotation class is needed #32
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
RuntimeAnnotationclass which would allow new annotations withRetentionPolicy.RUNTIMEto 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: