@Qualifier
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,TYPE,PARAMETER,CONSTRUCTOR,LOCAL_VARIABLE})
public @interface TrmSQLConnection
Annotation to get a connection to the database configured with OTMM. This annotation can be specified on a class or on method(s) or Class Fields or Local variable