Uses of Interface
dev.derklaro.aerogel.auto.runtime.AutoAnnotationRegistry
Packages that use AutoAnnotationRegistry
-
Uses of AutoAnnotationRegistry in dev.derklaro.aerogel.auto.internal.runtime
Classes in dev.derklaro.aerogel.auto.internal.runtime that implement AutoAnnotationRegistryModifier and TypeClassDescriptionfinal classA default implementation of anAutoAnnotationRegistry.Methods in dev.derklaro.aerogel.auto.internal.runtime that return AutoAnnotationRegistryModifier and TypeMethodDescription@NotNull AutoAnnotationRegistryDefaultAutoAnnotationRegistry.registerReader(@NotNull AutoAnnotationReader entry) Registers a new reader if its name is not already present.@NotNull AutoAnnotationRegistryDefaultAutoAnnotationRegistry.unregisterReader(@NotNull String name) Unregisters a reader by its name. -
Uses of AutoAnnotationRegistry in dev.derklaro.aerogel.auto.runtime
Methods in dev.derklaro.aerogel.auto.runtime that return AutoAnnotationRegistryModifier and TypeMethodDescriptionstatic @NotNull AutoAnnotationRegistryAutoAnnotationRegistry.newRegistry()Creates a new default implementation instance of anAutoAnnotationRegistry.@NotNull AutoAnnotationRegistryAutoAnnotationRegistry.registerReader(@NotNull AutoAnnotationReader reader) Registers a new reader if its name is not already present.@NotNull AutoAnnotationRegistryAutoAnnotationRegistry.unregisterReader(@NotNull String name) Unregisters a reader by its name.