HomeSort by relevance Sort by last modified time
    Searched refs:ExampleAnnotation (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
EnumsTest.java 109 private @interface ExampleAnnotation {}
112 @ExampleAnnotation FOO,
  /external/guava/guava-tests/test/com/google/common/base/
EnumsTest.java 163 private @interface ExampleAnnotation {}
166 @ExampleAnnotation FOO,
174 assertTrue(foo.isAnnotationPresent(ExampleAnnotation.class));
178 assertFalse(bar.isAnnotationPresent(ExampleAnnotation.class));

Completed in 164 milliseconds