@Retention(value=RUNTIME) @Target(value=ANNOTATION_TYPE) public @interface SqlMethodDecoratingAnnotation
Modifier and Type | Required Element and Description |
---|---|
Class<? extends HandlerDecorator> |
value
Factory class that decorates
Handler instances for methods annotated with the associated annotation. |
public abstract Class<? extends HandlerDecorator> value
Handler
instances for methods annotated with the associated annotation.
Must have a zero-argument constructor.Copyright © 2019. All rights reserved.