Class InjecteeSkippingAnalyzer

  • All Implemented Interfaces:
    ClassAnalyzer

    public final class InjecteeSkippingAnalyzer
    extends Object
    implements ClassAnalyzer
    Class analyzer that ignores given injection points. Used for CDI integration, where we need to avoid HK2 replacing CDI injected entities.
    Author:
    Jakub Podlesak