blob: 2dd585adff4a43352514729b8343f90b65d31804 [file]
////
*******************************************************************
* Copyright (c) 2019 Eclipse Foundation
*
* This specification document is made available under the terms
* of the Eclipse Foundation Specification License v1.0, which is
* available at https://www.eclipse.org/legal/efsl.php.
*******************************************************************
////
[[config]]
=== Configuration
The resources and providers that make up a JAX-RSĀ application are
configured via an application-supplied subclass of `Application`. An
implementation MAY provide alternate mechanisms for locating resource
classes and providers (e.g. runtime class scanning) but use of
`Application` is the only portable means of configuration.