Don't publish new annotations (yet)
This commit is contained in:
parent
7c9c0788e3
commit
c1387f5779
@ -45,7 +45,7 @@ import java.lang.annotation.Target;
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@Target(ElementType.TYPE)
|
||||
public @interface State {
|
||||
|
||||
|
||||
@ -46,7 +46,7 @@ import java.lang.reflect.Method;
|
||||
*
|
||||
* @author Lukas Eder
|
||||
*/
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
@Target(ElementType.METHOD)
|
||||
public @interface Transition {
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user