arrow-analysis-java-plugin
2.0.2-alpha.10
arrow-analysis-java-plugin
/
arrow.meta.plugins.analysis.java.ast.descriptors
/
JavaAnnotations
Java
Annotations
class
JavaAnnotations
(
ctx
:
AnalysisContext
,
impl
:
List
<
AnnotationMirror
>
)
:
Annotations
Content copied to clipboard
Functions
Properties
Functions
find
Annotation
Link copied to clipboard
open
override
fun
findAnnotation
(
fqName
:
FqName
)
:
AnnotationDescriptor
?
Content copied to clipboard
has
Annotation
Link copied to clipboard
open
override
fun
hasAnnotation
(
fqName
:
FqName
)
:
Boolean
Content copied to clipboard
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
Content copied to clipboard
iterable
Link copied to clipboard
open
override
fun
iterable
(
)
:
Iterable
<
AnnotationDescriptor
>
Content copied to clipboard
Properties
impl
Link copied to clipboard
open
override
val
impl
:
List
<
AnnotationMirror
>
Content copied to clipboard