Home
last modified time | relevance | path

Searched defs:ExampleAnnotation (Results 1 – 3 of 3) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/base/
DEnumsTest.java178 private @interface ExampleAnnotation {} annotation in EnumsTest
181 @ExampleAnnotation enumConstant
/external/guava/guava-tests/test/com/google/common/base/
DEnumsTest.java178 private @interface ExampleAnnotation {} annotation in EnumsTest
181 @ExampleAnnotation enumConstant
/external/kotlinpoet/interop/ksp/test-processor/src/main/kotlin/com/squareup/kotlinpoet/ksp/test/processor/
DexampleAnnotations.kt20 annotation class ExampleAnnotation class