Searched defs:elementAnnotations (Results 1 – 2 of 2) sorted by relevance
276 internal val elementAnnotations: MutableList<List<Annotation>> = ArrayList() constant in ClassSerialDescriptorBuilder338 …private val elementAnnotations: Array<List<Annotation>> = builder.elementAnnotations.toTypedArray() constant
723 List<? extends AnnotationMirror> elementAnnotations = element.getAnnotationMirrors(); in nullableAnnotationFor() local