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