![JAR search and dependency download from the Maven repository](/logo.png)
net.spals.appbuilder.app.examples.dropwizard.sample.SampleDropwizardCustomSetInstance Maven / Gradle / Ivy
package net.spals.appbuilder.app.examples.dropwizard.sample;
import net.spals.appbuilder.annotations.service.AutoBindInSet;
/**
* An auto-bound multi service for {@link SampleDropwizardWebApp}
*
* @author tkral
*/
@AutoBindInSet(baseClass = SampleDropwizardCustomSet.class)
class SampleDropwizardCustomSetInstance implements SampleDropwizardCustomSet {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy