@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @Component public @interface Transitions
Transition
annotations
This set can be applied to a method indicating that the each Transition
within the set will invoke the associated method.Modifier and Type | Required Element and Description |
---|---|
Transition[] |
value
The set of
Transition |
public abstract Transition[] value
Transition
Copyright © 2016. All rights reserved.