Interface InjectionAnnotationProcessorObserver

All Known Implementing Classes:
OciInjectionProcessorObserver

public interface InjectionAnnotationProcessorObserver
Implementations of these are service-loaded by the InjectionAnnotationProcessor, and will be called to be able to observe processing events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onProcessingEvent(io.helidon.inject.processor.ProcessingEvent event)
    Called after a processing event that occurred in the InjectionAnnotationProcessor.
  • Method Details

    • onProcessingEvent

      void onProcessingEvent(io.helidon.inject.processor.ProcessingEvent event)
      Called after a processing event that occurred in the InjectionAnnotationProcessor.
      Parameters:
      event - the event