aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features169/itdInnerTypes/nine/RelatedType.java
blob: a9c82871901887a7a67462b45d6323b6e2329e50 (plain)
1
2
3
4
5
6
7
package a.b.c;
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
public @interface RelatedType {
	Class<?> value();
}