summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr113630/case2/javaBean.java
blob: c7c83fd7923e10227ddaeedc3906058a8ada5330 (plain)
1
2
3
4
5
6
7
8
import java.lang.annotation.*;
import java.lang.*;

@Retention(RetentionPolicy.CLASS)
@Target({ ElementType.TYPE })
public @interface javaBean {
}