You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The annotations should show up in Scala reflection, because they are clearly present at runtime, as shown with Java reflection.
The problem is probably only slightly related to #32, because scalac's nonsupport of creating runtime-visible annotations doesn't get involved here (javac was used for that).
The text was updated successfully, but these errors were encountered:
@xeno-by said:
Probably the problem is that we understand only Scala annotations, i.e. the ones pickled by scalac. I'll discuss this today on a Scala meeting
Uh oh!
There was an error while loading. Please reload this page.
Consider the following Java files:
Compilation with javac succeeds as expected:
javac *.java
Starting the Scala REPL with those files on the classpath...
scala -cp .
Java reflection works:
But Scala reflection doesn't see anything:
The annotations should show up in Scala reflection, because they are clearly present at runtime, as shown with Java reflection.
The problem is probably only slightly related to #32, because scalac's nonsupport of creating runtime-visible annotations doesn't get involved here (javac was used for that).
The text was updated successfully, but these errors were encountered: