Home
last modified time | relevance | path

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

/external/kotlinpoet/kotlinpoet/src/test/java/com/squareup/kotlinpoet/
DJavaClassWithArrayValueAnnotation.java6 import static com.squareup.kotlinpoet.JavaClassWithArrayValueAnnotation.AnnotationWithArrayValue;
11 public class JavaClassWithArrayValueAnnotation { class
DAnnotationSpecTest.kt351 .getTypeElement(JavaClassWithArrayValueAnnotation::class.java.canonicalName) in getOnValueArrayTypeMirrorShouldNameValueArg()
404 val annotation = JavaClassWithArrayValueAnnotation::class.java.getAnnotation( in getOnValueArrayTypeAnnotationShouldNameValueArg()
405 JavaClassWithArrayValueAnnotation.AnnotationWithArrayValue::class.java, in getOnValueArrayTypeAnnotationShouldNameValueArg()