Package org.jdbi.v3.sqlobject
Annotation Type SqlOperation
Annotation used to identify SQL operation annotations. Use this to annotate
an annotation.
-
Required Element Summary
-
Element Details
-
value
Handler class for methods annotated with the associated annotation. Must have a public no-arg,(Method method)
, or(Class<?> sqlObjectType, Method method)
constructor.- Returns:
- a handler class
-