< prev index next >

src/java.base/share/classes/java/nicl/metadata/NativeLocation.java

Print this page

        

@@ -24,11 +24,11 @@
 
 import java.lang.annotation.Retention;
 import static java.lang.annotation.RetentionPolicy.RUNTIME;
 
 @Retention(RUNTIME)
-public @interface C {
+public @interface NativeLocation {
     String file();
     int line();
     int column();
     String USR();
 }
< prev index next >