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 Details

    • identifier

      private final String identifier
    • scope

      private final T extends Annotation scope
    • hashCode

      private final int hashCode
  • Constructor Details

    • OperationIdentifierImpl

      OperationIdentifierImpl(String identifier, T scope)
  • Method Details