Home
last modified time | relevance | path

Searched refs:ExampleAnnotation (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/base/
DEnumsTest.java163 private @interface ExampleAnnotation {} annotation in EnumsTest
166 @ExampleAnnotation FOO, enumConstant
174 assertTrue(foo.isAnnotationPresent(ExampleAnnotation.class)); in testGetField()
178 assertFalse(bar.isAnnotationPresent(ExampleAnnotation.class)); in testGetField()
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DEnumsTest.java109 private @interface ExampleAnnotation {} annotation in EnumsTest
112 @ExampleAnnotation FOO, enumConstant