Searched refs:ExampleAnnotation (Results 1 – 2 of 2) sorted by relevance
163 private @interface ExampleAnnotation {} annotation in EnumsTest166 @ExampleAnnotation FOO, enumConstant174 assertTrue(foo.isAnnotationPresent(ExampleAnnotation.class)); in testGetField()178 assertFalse(bar.isAnnotationPresent(ExampleAnnotation.class)); in testGetField()
109 private @interface ExampleAnnotation {} annotation in EnumsTest112 @ExampleAnnotation FOO, enumConstant