Package net.kautler.command.api
Annotation Type CommandContextTransformer.InPhases
-
@Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER}) @Documented public static @interface CommandContextTransformer.InPhases
An annotation which serves as container for applying multiple@InPhase
annotations. This container annotation is used implicitly and should usually not be applied manually. Just use multiple@InPhase
annotations on the same class instead.- See Also:
@InPhase
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description CommandContextTransformer.InPhase[]
value
Returns the phases in which the annotated command context transformer should be called.
-
-
-
Element Detail
-
value
CommandContextTransformer.InPhase[] value
Returns the phases in which the annotated command context transformer should be called.- Returns:
- the phases in which the annotated command context transformer should be called
-
-