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
...is not extracted as a consumed symbol in Scala code when used like:
@CorrespondsTo("extract")
def ...
Note that scala-dump-source-analysis does not report the annotation as a consumed type, but java-dump-source-analysis does report it as a declared type.
The text was updated successfully, but these errors were encountered:
A Java annotation interface like:
...is not extracted as a consumed symbol in Scala code when used like:
Note that
scala-dump-source-analysis
does not report the annotation as a consumed type, butjava-dump-source-analysis
does report it as a declared type.The text was updated successfully, but these errors were encountered: