@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface UseFreemarkerSqlLocator
FreemarkerSqlLocator class.
@UseFreemarkerSqlLocator
interface Viccini {
@SqlUpdate
void doTheThing(long id);
@SqlUpdate("thatOtherThing")
void doTheThing(String name);
}
Copyright © 2020. All rights reserved.