Package org.glassfish.jersey.model
Interface Scoped
- All Known Implementing Classes:
ContractProvider
public interface Scoped
Scoped Jersey application model component.
- Author:
- Marek Potociar
-
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>
getScope()
Get model component scope.
-
Method Details
-
getScope
Class<? extends Annotation> getScope()Get model component scope.- Returns:
- model component scope.
-