Package it.tidalwave.role.spring.spi
package it.tidalwave.role.spring.spi
-
ClassDescriptionA specialization of
SystemRoleFactorySupport
for a Spring context that uses annotations (DciRole
andDciContext
) for retrieving role metadata and is capable to inject Spring beans into created roles.An aspect which implementsDciContext
withautoThreadBinding=true
.Since the whole library must be independent of Spring or any other DI framework, theSystemRoleFactory
is always retrieved by means ofSystemRoleFactoryProvider
that, in turn, searches for aMETA-INF/services
registered class.