open class SimpleMetadataAwareAspectInstanceFactory : SimpleAspectInstanceFactory, MetadataAwareAspectInstanceFactory
Implementation of MetadataAwareAspectInstanceFactory that creates a new instance of the specified aspect class for every #getAspectInstance() call.
Author
Juergen Hoeller
Since
2.0.4
SimpleMetadataAwareAspectInstanceFactory(aspectClass: Class<*>, aspectName: String)
Create a new SimpleMetadataAwareAspectInstanceFactory for the given aspect class. |
open fun getAspectCreationMutex(): Any |
|
fun getAspectMetadata(): AspectMetadata |