Uses of Annotation Interface
tech.guilhermekaua.spigotboot.core.context.annotations.Component
Packages that use Component
Package
Description
-
Uses of Component in tech.guilhermekaua.spigotboot.core.context.annotations
Classes in tech.guilhermekaua.spigotboot.core.context.annotations with annotations of type Component -
Uses of Component in tech.guilhermekaua.spigotboot.core.context.component.proxy.decider.impl
Classes in tech.guilhermekaua.spigotboot.core.context.component.proxy.decider.impl with annotations of type ComponentModifier and TypeClassDescriptionclassDefault proxy decider: proxies a bean if at least one registeredRegisteredMethodHandlercould ever match it (based on the handler's metadata). -
Uses of Component in tech.guilhermekaua.spigotboot.core.context.dependency.injector
Classes in tech.guilhermekaua.spigotboot.core.context.dependency.injector with annotations of type ComponentModifier and TypeClassDescriptionclassFactory component that appliesCustomInjectorRegistryCustomizerbeans to the framework'sCustomInjectorRegistryduring context initialization. -
Uses of Component in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor
Classes in tech.guilhermekaua.spigotboot.core.context.dependency.postprocessor with annotations of type ComponentModifier and TypeClassDescriptionclassAppliesBeanPostProcessorRegistryCustomizerbeans to the framework'sBeanPostProcessorRegistryduring the DEFINITIONS_READY phase, before instantiation begins, so contributed post-processors run on every bean. -
Uses of Component in tech.guilhermekaua.spigotboot.core.context.lifecycle.processors.preDestroy.impl
Classes in tech.guilhermekaua.spigotboot.core.context.lifecycle.processors.preDestroy.impl with annotations of type Component -
Uses of Component in tech.guilhermekaua.spigotboot.core.module
Classes in tech.guilhermekaua.spigotboot.core.module with annotations of type Component