Searched defs:annotationClassName (Results 1 – 9 of 9) sorted by relevance
136 String annotationClassName = annotationClass.getName(); in fromJsonFile() local205 public static AddAnnotation markerAnnotationFromFlatFile(String annotationClassName, Path file) { in markerAnnotationFromFlatFile()218 public static AddAnnotation markerAnnotationFromLocators(String annotationClassName, in markerAnnotationFromLocators()243 String annotationClassName, in markerAnnotationWithPropertyFromFlatFile()265 String annotationClassName, in markerAnnotationWithPropertyFromLocators()
75 String annotationClassName = ident.sym.getQualifiedName().toString(); in matchClass() local195 String annotationClassName = ident.sym.getQualifiedName().toString(); in processImplementationMethod() local
145 ClassName annotationClassName = bindValue.annotationName(); in providesMethod() local
74 ClassName annotationClassName = ClassName.get(annotation); in processEach() local
97 ClassName annotationClassName = bindValues.get(0); in create() local
77 abstract ClassName annotationClassName(); in annotationClassName() method in BaseProcessor.ProcessingState
94 private final String annotationClassName; field in AutoValueishProcessor103 AutoValueishProcessor(String annotationClassName) { in AutoValueishProcessor()
223 ClassName annotationClassName = in of() local
1038 val annotationClassName = type.constructor.declarationDescriptor?.fqNameSafe?.asString() in AnnotationDescriptor() constant