aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr132926/InputAnnotation2.java
blob: 7fb2afe9a6c19f94ceff0f71e5d88fbda655a95f (plain)
1
2
3
4
5
import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@interface InputAnnotation {}