Home
last modified time | relevance | path

Searched refs:annotationName (Results 1 – 5 of 5) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DAnnotationWriter.java30 private final ClassName annotationName; field in AnnotationWriter
34 AnnotationWriter(ClassName annotationName) { in AnnotationWriter() argument
35 this.annotationName = annotationName; in AnnotationWriter()
59 annotationName.write(appendable, context); in write()
77 .append(annotationName) in referencedClasses()
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
DIndexer.java58 final String annotationName; field in Indexer.IndexedBinding
71 this.annotationName = annotation.setName(); in IndexedBinding()
84 && annotationName.equals(o.annotationName) in equals()
89 return Objects.hashCode(type, scope, typeLiteral, annotationType, annotationName, in hashCode()
/external/doclava/src/com/google/doclava/
DPackageInfo.java346 public ClassInfo getAnnotation(String annotationName) { in getAnnotation() argument
347 return mAnnotationsMap.get(annotationName); in getAnnotation()
DDoclava.java2091 public static String getDocumentationStringForAnnotation(String annotationName) { in getDocumentationStringForAnnotation() argument
2115 return annotationDocumentationMap.get(annotationName); in getDocumentationStringForAnnotation()
/external/doclava/src/com/google/doclava/parser/
DJava.g170 * Factored out an annotationName rule and used it in the annotation rule.