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()
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
234 String annotationClassName = annotationClass.getCanonicalName(); in getAnnotationMirror() local
90 private final String annotationClassName; field in AutoValueOrOneOfProcessor99 AutoValueOrOneOfProcessor(String annotationClassName) { in AutoValueOrOneOfProcessor()
223 ClassName annotationClassName = in of() local
1038 val annotationClassName = type.constructor.declarationDescriptor?.fqNameSafe?.asString() in AnnotationDescriptor() constant