Class DuplicatePostProcessor.ImplOnlyKey

java.lang.Object
org.glassfish.hk2.utilities.DuplicatePostProcessor.ImplOnlyKey
Enclosing class:
DuplicatePostProcessor

private static final class DuplicatePostProcessor.ImplOnlyKey extends Object
Key use for implementation only (along with descriptor type, otherwise factories eliminate themselves)
  • Field Details

    • impl

      private final String impl
    • type

      private final DescriptorType type
    • hash

      private final int hash
  • Constructor Details

    • ImplOnlyKey

      private ImplOnlyKey(Descriptor desc)
  • Method Details