I have a simple DAO service created using JDBIv3 (fluent API)
One of my DAO methods looks like this:
@Override public List getTags(){ tr