aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs167/pr293510/Service.java
blob: 25e2d43381b2602bac43b1428e3eae2fedb84f17 (plain)
1
2
3
4
5
6
package ex;
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@interface Service {
}