summaryrefslogtreecommitdiff
path: root/test/files/pos/t1782/ImplementedBy.java
blob: 6aa8b4fa9e46e10c74acdd0d3c9d6a82dfccced1 (plain) (blame)
1
2
3
public @interface ImplementedBy {
    public Class<?> value();
}