| //// |
| ******************************************************************* |
| * 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. |