Annotation Type OnEntry
-
@Retention(RUNTIME) @Target(METHOD) public @interface OnEntryAnnotation used on methods to indicate that the method will be executed before entering a certain state
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueSets the id of related state.
-