@Deprecated public interface AnnotationProcessor<T extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
default @Nullable Set<Class<?>> |
getApplicableParameters()
Deprecated.
|
default void |
onBaseCommandRegister(BaseCommand command,
T annotation)
Deprecated.
|
default void |
onCommandRegistered(RegisteredCommand command,
T annotation)
Deprecated.
|
default void |
onParameterRegistered(RegisteredCommand command,
int parameterIndex,
Parameter p,
T annotation)
Deprecated.
|
default void |
onPostComand(CommandOperationContext context)
Deprecated.
|
default void |
onPostContextResolution(CommandExecutionContext context,
Object resolvedValue)
Deprecated.
|
default void |
onPreComand(CommandOperationContext context)
Deprecated.
|
default void |
onPreContextResolution(CommandExecutionContext context)
Deprecated.
|
@Nullable default @Nullable Set<Class<?>> getApplicableParameters()
default void onBaseCommandRegister(BaseCommand command, T annotation)
default void onCommandRegistered(RegisteredCommand command, T annotation)
default void onParameterRegistered(RegisteredCommand command, int parameterIndex, Parameter p, T annotation)
default void onPreComand(CommandOperationContext context)
default void onPostComand(CommandOperationContext context)
default void onPreContextResolution(CommandExecutionContext context)
default void onPostContextResolution(CommandExecutionContext context, Object resolvedValue)
Copyright © 2018. All rights reserved.