| Package | Description |
|---|---|
| javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Configuration.isEnabled(Feature feature) |
Check if a particular
feature instance has been previously
enabled in the runtime configuration context. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Configuration.isEnabled(Class<? extends Feature> featureClass) |
Check if a
feature instance of featureClass class has been
previously enabled in the runtime configuration context. |
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved.