aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs183/442425/EntityController.java
blob: e5141c97ce28b0be1d292ecec8c17a0b5fab8bae (plain)
1
2
3
4
5
6
7
8
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

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