
io.paradoxical.dropwizard.guice.healthChecks.InjectableHealthCheck Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-guice Show documentation
Show all versions of dropwizard-guice Show documentation
Simple library for using Guice DI in a dropwizard service forked from hubspot/dropwizard-guice.
package io.paradoxical.dropwizard.guice.healthChecks;
import com.codahale.metrics.health.HealthCheck;
public abstract class InjectableHealthCheck extends HealthCheck {
public abstract String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy