Uses of Interface
dev.derklaro.aerogel.auto.processing.AnnotationEntryWriter
Packages that use AnnotationEntryWriter
Package
Description
-
Uses of AnnotationEntryWriter in dev.derklaro.aerogel.auto.internal.processing
Classes in dev.derklaro.aerogel.auto.internal.processing that implement AnnotationEntryWriterModifier and TypeClassDescriptionprivate static final classA writer which emits annotation data of factory methods.private static final classA writer which emits annotation data of provides annotations.Fields in dev.derklaro.aerogel.auto.internal.processing with type parameters of type AnnotationEntryWriterModifier and TypeFieldDescriptionprivate final Map<String,Set<AnnotationEntryWriter>> AutoInjectAnnotationProcessor.foundEntriesMethods in dev.derklaro.aerogel.auto.internal.processing that return types with arguments of type AnnotationEntryWriterModifier and TypeMethodDescription@NotNull Collection<AnnotationEntryWriter>FactoryAutoProcessingEntry.parseElements(@NotNull Collection<? extends Element> annotatedElements, @NotNull ProcessingEnvironment processingEnvironment) Parses the given elements which are annotated with one of the supported annotations and constructs writers for each element to emit it them into autoconfigure files.@NotNull Collection<AnnotationEntryWriter>ProvidesAutoProcessingEntry.parseElements(@NotNull Collection<? extends Element> annotatedElements, @NotNull ProcessingEnvironment processingEnvironment) Parses the given elements which are annotated with one of the supported annotations and constructs writers for each element to emit it them into autoconfigure files. -
Uses of AnnotationEntryWriter in dev.derklaro.aerogel.auto.processing
Methods in dev.derklaro.aerogel.auto.processing that return types with arguments of type AnnotationEntryWriterModifier and TypeMethodDescription@NotNull Collection<AnnotationEntryWriter>AutoProcessingEntry.parseElements(@NotNull Collection<? extends Element> annotatedElements, @NotNull ProcessingEnvironment processingEnvironment) Parses the given elements which are annotated with one of the supported annotations and constructs writers for each element to emit it them into autoconfigure files.