ConfiguredBundle | ConfiguredBundle | |||
---|---|---|---|---|
Compiled from "ConfiguredBundle.java" | Compiled from "ConfiguredBundle.java" | |||
public interface io.dropwizard.ConfiguredBundle<T> { | public interface io.dropwizard.ConfiguredBundle<T> { | |||
public abstract void run(T, io.dropwizard.setup.Environment) throws java. | public default void run(T, io.dropwizard.setup.Environment) throws java.l | |||
lang.Exception; | ang.Exception; | |||
public abstract void initialize(io.dropwizard.setup.Bootstrap<?>); | public default void initialize(io.dropwizard.setup.Bootstrap<?>); | |||
} | } | |||
End of changes. 1 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |