aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr148381/simple/PerformanceMonitor.java
blob: e9f6aa3b295b2dfc492e5715a70aa5c27579a0bf (plain)
1
2
3
4
5
6
7
8
9
package test;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@interface PerformanceMonitor {
        public int expected();
}