All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zone.dragon.dropwizard.lifecycle.InjectableManaged Maven / Gradle / Ivy

Go to download

Adds support for Health Checks, LifeCycles, Metrics, and Tasks to be injected by HK2

There is a newer version: 0.0.6
Show newest version
package zone.dragon.dropwizard.lifecycle;

import io.dropwizard.lifecycle.Managed;
import org.glassfish.jersey.spi.Contract;

import javax.inject.Singleton;

/**
 * Marker interface to tag a {@link Managed} as a Jersey component; Implement this instead of the standard {@link Managed} to allow
 * registration of the component with Jersey.
 *
 * @author Bryan Harclerode
 * Date 9/23/2016
 */
@Singleton
@Contract
public interface InjectableManaged extends Managed {}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy