simple-robot
3.0.0-RC.2
simboot-core-annotation
/
love.forte.simboot.annotation
/
Interceptors
Interceptors
@
Target
(
allowedTargets
=
[
AnnotationTarget.FUNCTION
,
AnnotationTarget.ANNOTATION_CLASS
]
)
annotation class
Interceptors
(
val
value
:
Interceptor
)
Interceptor
的可重复容器.
Properties
See also
See also
Interceptor
Properties
value
Link copied to clipboard
val
value
:
Array
<
out
Interceptor
>