package io.dropwizard.jackson;

A tag interface which allows Dropwizard to load Jackson subtypes at runtime, which enables polymorphic configurations.
/** * A tag interface which allows Dropwizard to load Jackson subtypes at runtime, which enables polymorphic * configurations. */
public interface Discoverable { }