aboutsummaryrefslogtreecommitdiffstats
path: root/tests/java5/annotations/Annotation.java
blob: dee42f7a0fd179feaff195012fb926d802bc85e1 (plain)
1
2
3
4
5
package java.lang.annotation;

// Fake class we can use in the absence of Java5
public class Annotation {
}