Package-level declarations

Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class AutoLock(val value: String = "", val key: String = "")
Link copied to clipboard
@Configuration
@EnableAspectJAutoProxy
open class AutoLockConfig(applicationContext: ApplicationContext) : Ordered
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class AutoLocks(val value: Array<AutoLock>)
Link copied to clipboard
@Import(value = [AutoLockConfig::class])
@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class EnableAutoLock