Uses of Interface
dev.derklaro.aerogel.auto.runtime.AutoAnnotationReader
Packages that use AutoAnnotationReader
-
Uses of AutoAnnotationReader in dev.derklaro.aerogel.auto.internal.runtime
Classes in dev.derklaro.aerogel.auto.internal.runtime that implement AutoAnnotationReaderModifier and TypeClassDescriptionfinal classThe runtime reader for emitted factory auto annotation entries.classThe runtime reader for emitted provides auto annotation entries.Fields in dev.derklaro.aerogel.auto.internal.runtime with type parameters of type AutoAnnotationReaderModifier and TypeFieldDescriptionprivate final Map<String,AutoAnnotationReader> DefaultAutoAnnotationRegistry.entriesMethods in dev.derklaro.aerogel.auto.internal.runtime that return types with arguments of type AutoAnnotationReaderModifier and TypeMethodDescription@NotNull @UnmodifiableView Map<String,AutoAnnotationReader> DefaultAutoAnnotationRegistry.entries()An unmodifiable view of all the automated factories to load annotations.Methods in dev.derklaro.aerogel.auto.internal.runtime with parameters of type AutoAnnotationReaderModifier and TypeMethodDescription@NotNull AutoAnnotationRegistryDefaultAutoAnnotationRegistry.registerReader(@NotNull AutoAnnotationReader entry) Registers a new reader if its name is not already present. -
Uses of AutoAnnotationReader in dev.derklaro.aerogel.auto.runtime
Classes in dev.derklaro.aerogel.auto.runtime that implement AutoAnnotationReaderModifier and TypeClassDescriptionclassAn abstract implementation of an auto annotation reader which takes over the handling of the reader name.Methods in dev.derklaro.aerogel.auto.runtime that return types with arguments of type AutoAnnotationReaderModifier and TypeMethodDescription@NotNull @UnmodifiableView Map<String,AutoAnnotationReader> AutoAnnotationRegistry.entries()An unmodifiable view of all the automated factories to load annotations.Methods in dev.derklaro.aerogel.auto.runtime with parameters of type AutoAnnotationReaderModifier and TypeMethodDescription@NotNull AutoAnnotationRegistryAutoAnnotationRegistry.registerReader(@NotNull AutoAnnotationReader reader) Registers a new reader if its name is not already present.