AutoRegistrar

abstract class AutoRegistrar<CM : Annotation>(componentType: Class<CM>, applicationContext: ApplicationContext) : SmartInitializingSingleton

Must complete before the Wow runtime readiness barrier opens.

See also

Inheritors

Constructors

Link copied to clipboard
constructor(componentType: Class<CM>, applicationContext: ApplicationContext)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun register(component: Any)