Package org.glassfish.jersey.model
Interface Scoped
-
- All Known Implementing Classes:
ContractProvider
public interface Scoped
Scoped Jersey application model component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<? extends java.lang.annotation.Annotation>
getScope()
Get model component scope.
-