| Package | Description | 
|---|---|
| javax.ws.rs.container | Container-specific API. | 
| javax.ws.rs.core | Low-level interfaces and annotations used to create RESTful service
 resources. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | DynamicFeature. configure(ResourceInfo resourceInfo,
         FeatureContext context) | A callback method called by the runtime during the application
 deployment to register provider instances or classes in a
  runtime configurationscope of a particularresource or sub-resource method; i.e. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | Feature. configure(FeatureContext context) | A call-back method called when the feature is to be enabled in a given
 runtime configuration scope. | 
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.