toggle menu
kraken-core
JVM
switch theme
search in API
kraken-core
/
fun.bigtable.kraken.annotation.enable
/
EnableBusinessLock
Enable
Business
Lock
@
Target
(
value
=
[
ElementType.TYPE
]
)
@
Retention
(
value
=
RetentionPolicy.RUNTIME
)
@
Documented
@
Import
(
value
=
[
BusinessLockAspect::class
,
RedisSimpleLock::class
]
)
annotation class
EnableBusinessLock
开启业务锁
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String