Searched refs:ExampleAnnotation (Results 1 – 4 of 4) sorted by relevance
180 private @interface ExampleAnnotation {} annotation in EnumsTest183 @ExampleAnnotation enumConstant193 assertTrue(foo.isAnnotationPresent(ExampleAnnotation.class)); in testGetField()197 assertFalse(bar.isAnnotationPresent(ExampleAnnotation.class)); in testGetField()
20 annotation class ExampleAnnotation class
56 resolver.getSymbolsWithAnnotation(ExampleAnnotation::class.java.canonicalName) in <lambda>()