toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simboot-core-annotation
/
love.forte.simboot.annotation
/
Interceptors
Interceptors
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
,
AnnotationTarget.ANNOTATION_CLASS
]
)
annotation class
Interceptors
(
val
value
:
Interceptor
)
(
source
)
Interceptor
的可重复容器.
See also
Interceptor
Members
Properties
value
Link copied to clipboard
val
value
:
Array
<
out
Interceptor
>