summaryrefslogtreecommitdiffstats
path: root/tests/bugs151/pr132926/InputAnnotation.java
blob: db4ebd9a452695ad9c3b26af0ecd3a55e3683420 (plain)
1
2
3
4
5
import java.lang.annotation.*;

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