Class ContextDuplicatePostProcessor

java.lang.Object
org.glassfish.hk2.utilities.DuplicatePostProcessor
com.sun.enterprise.module.bootstrap.ContextDuplicatePostProcessor
All Implemented Interfaces:
org.glassfish.hk2.api.PopulatorPostProcessor, PopulatorPostProcessor

@PerLookup public class ContextDuplicatePostProcessor extends org.glassfish.hk2.utilities.DuplicatePostProcessor implements PopulatorPostProcessor
Deprecated.
Use DuplicatePostProcessor instead
This class will weed out and duplicate implementations of anything populated into the locator. This service must be put into the ServiceLocator prior to populating from the inhabitant files, and hence is not annotated with @Service
Author:
jwells
  • Constructor Details

    • ContextDuplicatePostProcessor

      public ContextDuplicatePostProcessor()
      Deprecated.