Class OperationIdentifierImpl<T extends Annotation>
java.lang.Object
org.glassfish.hk2.extras.operation.internal.OperationIdentifierImpl<T>
- All Implemented Interfaces:
OperationIdentifier<T>
public class OperationIdentifierImpl<T extends Annotation>
extends Object
implements OperationIdentifier<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identifier
-
scope
-
hashCode
private final int hashCode
-
-
Constructor Details
-
OperationIdentifierImpl
-
-
Method Details
-
getOperationIdentifier
Description copied from interface:OperationIdentifier
A uniquely generated name for an Operation identifier- Specified by:
getOperationIdentifier
in interfaceOperationIdentifier<T extends Annotation>
- Returns:
- A unique string that identifies an Operation
-
getOperationScope
Description copied from interface:OperationIdentifier
Returns the scope associated with this annotation type- Specified by:
getOperationScope
in interfaceOperationIdentifier<T extends Annotation>
- Returns:
- The non-null scope that is associated with this operation
-
hashCode
public int hashCode() -
equals
-
toString
-