Searched refs:assertAnnotation (Results 1 – 2 of 2) sorted by relevance
449 val nullAnno = fieldItem.assertAnnotation("test.Nullable") in 140 - test annotations()451 val customAnno1 = fieldItem.assertAnnotation("test.anno.FieldInfo") in 140 - test annotations()456 val retAnno = annoClassItem1.assertAnnotation("java.lang.annotation.Retention") in 140 - test annotations()457 val tarAnno = annoClassItem1.assertAnnotation("java.lang.annotation.Target") in 140 - test annotations()460 val customAnno2 = fieldItem.assertAnnotation("anno.FieldValue") in 140 - test annotations()
76 fun Item.assertAnnotation(qualifiedName: String): AnnotationItem { in Item() method