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
/
IntimateAnnotationElement
Intimate
Annotation
Element
class
IntimateAnnotationElement
(
val
element
:
KAnnotatedElement
)
IntimateAnnotationElement.
Members
Constructors
Intimate
Annotation
Element
Link copied to clipboard
constructor
(
element
:
KAnnotatedElement
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
declaring
Class
Link copied to clipboard
val
declaringClass
:
KClass
<
*
>
?
element
Link copied to clipboard
val
element
:
KAnnotatedElement
function
Link copied to clipboard
val
function
:
KFunction
<
*
>
?
getter
Link copied to clipboard
val
getter
:
KProperty.Getter
<
*
>
?
inherited
Annotations
Link copied to clipboard
val
inheritedAnnotations
:
Set
<
Annotation
>
intimated
Annotations
Link copied to clipboard
val
intimatedAnnotations
:
LinkedHashSet
<
Annotation
>
java
Field
Link copied to clipboard
val
javaField
:
Field
?
property
Link copied to clipboard
val
property
:
KProperty
<
*
>
?
setter
Link copied to clipboard
val
setter
:
KMutableProperty.Setter
<
*
>
?