aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs183/442425/EntityController.java
blob: 2423b642de1bee36d4c1982e945b3f303c88924f (plain)
1
2
3
4
5
6
7
8
9
10
package de.scrum_master.app;

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 {}