add source code that does not have location annotations.
[IRC.git] / Robust / src / Benchmarks / SSJava / MP3Decoder / LOC.java
1 public @interface LOC {
2   String value();
3 }
4
5 public @interface RETURNLOC {
6   String value();
7 }