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

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