public static interface Application.AdditionalApplicationClassesProvider
extends Supplier<Set<Class<?>>>
Service for injecting further Application classes.
The supplied Set will be added to the classes returned by ResourceConfig.getClasses(). This
extension point can be used for test time customization.
Method Summary
Methods inherited from interface com.google.common.base.Supplier