Class AnnotationSqlLocator

java.lang.Object
org.jdbi.v3.sqlobject.locator.AnnotationSqlLocator
All Implemented Interfaces:
SqlLocator

public class AnnotationSqlLocator extends Object implements SqlLocator
Locates SQL on the SQL method annotations like @SqlQuery("foo"). This is the default SqlLocator.