Searched refs:ExampleAnnotation (Results 1 – 4 of 4) sorted by relevance
178 private @interface ExampleAnnotation {} annotation in EnumsTest181 @ExampleAnnotation enumConstant191 assertTrue(foo.isAnnotationPresent(ExampleAnnotation.class)); in testGetField()195 assertFalse(bar.isAnnotationPresent(ExampleAnnotation.class)); in testGetField()
20 annotation class ExampleAnnotation class
62 resolver.getSymbolsWithAnnotation(ExampleAnnotation::class.java.canonicalName) in <lambda>()