Package pers.neige.neigeitems.annotation
Annotation Awake
-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Target(value = ElementType.METHOD)@Retention(value = RetentionPolicy.RUNTIME) public @interface Awake
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
Awake.LifeCycle
-
Method Summary
Modifier and Type Method Description abstract Awake.LifeCycle
lifeCycle()
abstract EventPriority
priority()
-
-
Method Detail
-
lifeCycle
abstract Awake.LifeCycle lifeCycle()
-
priority
abstract EventPriority priority()
-
-
-
-