Wow
Toggle table of contents
5.9.8
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.infra.reflection
/
AnnotationScanner
Annotation
Scanner
object
AnnotationScanner
AnnotationScanner
Members
Functions
scan
Annotation
Link copied to clipboard
inline
fun
<
A
:
Annotation
>
KAnnotatedElement
.
scanAnnotation
(
)
:
A
?
fun
<
A
:
Annotation
>
KAnnotatedElement
.
scanAnnotation
(
annotationClass
:
KClass
<
A
>
)
:
A
?
scan
Annotations
Link copied to clipboard
inline
fun
<
A
:
Annotation
>
KAnnotatedElement
.
scanAnnotations
(
)
:
List
<
A
>
fun
<
A
:
Annotation
>
KAnnotatedElement
.
scanAnnotations
(
annotationClass
:
KClass
<
A
>
)
:
List
<
A
>