Package jakarta.ws.rs.core
Interface FeatureContext
-
- All Superinterfaces:
Configurable<FeatureContext>
public interface FeatureContext extends Configurable<FeatureContext>
A configurable context passed toFeature
andDynamicFeature
instances by JAX-RS runtime during the phase of their configuration.- Author:
- Marek Potociar (marek.potociar at oracle.com)