Uses of Interface
io.helidon.inject.tools.Messager
Packages that use Messager
-
Uses of Messager in io.helidon.inject.tools
Classes in io.helidon.inject.tools that implement MessagerModifier and TypeClassDescriptionclass
Used to abstract processor based filer from direct filer (the latter used via maven plugin and other tooling).Methods in io.helidon.inject.tools with parameters of type MessagerModifier and TypeMethodDescriptionstatic AbstractFilerMessager
AbstractFilerMessager.createAnnotationBasedFiler
(ProcessingEnvironment processingEnv, Messager msgr) Create an annotation based filer abstraction.static void
ServicesToProcess.onBeginProcessing
(Messager processor, Set<?> annotations, RoundEnvironment roundEnv) Called to signal the beginning of an annotation processing phase.static void
ServicesToProcess.onEndProcessing
(Messager processor, Set<?> annotations, RoundEnvironment roundEnv) Called to signal the end of an annotation processing phase.