aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs162/pr241861/Ann.java
blob: b6addfd9e24adcd66089b9d2275e6bc2966cee14 (plain)
1
2
3
4
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
public @interface Ann {}