Module io.helidon.inject.processor
Package io.helidon.inject.processor.spi
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 TypeMethodDescriptionvoid
onProcessingEvent
(io.helidon.inject.processor.ProcessingEvent event) Called after a processing event that occurred in theInjectionAnnotationProcessor
.
-
Method Details
-
onProcessingEvent
void onProcessingEvent(io.helidon.inject.processor.ProcessingEvent event) Called after a processing event that occurred in theInjectionAnnotationProcessor
.- Parameters:
event
- the event
-