com.github.marschall.jfrjdbctemplate.JfrConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jfr-jdbctemplate Show documentation
Show all versions of jfr-jdbctemplate Show documentation
A JdbcTemplate that generates JFR events.
package com.github.marschall.jfrjdbctemplate;
final class JfrConstants {
static final String CATEGORY = "Spring JDBC";
private JfrConstants() {
throw new AssertionError("not instantiable");
}
}