The implementation-created instance of an Application subclass may be injected into resource classes and providers using {@link javax.ws.rs.core.Context}.
In case any of the {@code Application} subclass methods or it's constructorthrows a {@link RuntimeException}, the deployment of the application SHOULD be aborted with a failure.
@author Paul Sandoz @author Marc Hadley @author Marek Potociar @since 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|