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
Save the code above as C.java; compile and extract annotations.
$ javac -g C.java
$ extract-annotations C.class
If the result, given below, is successfully inserted into a source file, it will generate a syntax error due to the use of @C$A in place of the expected @A.
Save the code above as
C.java
; compile and extract annotations.If the result, given below, is successfully inserted into a source file, it will generate a syntax error due to the use of
@C$A
in place of the expected@A
.The text was updated successfully, but these errors were encountered: