Rename LoadJava annotations test data
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package test;
|
||||
|
||||
public interface StringConstantInParam {
|
||||
public static final String HEL = "hel";
|
||||
|
||||
public @interface Anno {
|
||||
String value();
|
||||
}
|
||||
|
||||
@Anno(HEL + "lo")
|
||||
public static class Class { }
|
||||
}
|
||||
Reference in New Issue
Block a user