Searched refs:AnnotationExpression (Results 1 – 3 of 3) sorted by relevance
22 import static dagger.internal.codegen.binding.AnnotationExpression.createMethodName;23 import static dagger.internal.codegen.binding.AnnotationExpression.getAnnotationCreatorClassName;
52 public class AnnotationExpression class58 AnnotationExpression(AnnotationMirror annotation) { in AnnotationExpression() method in AnnotationExpression
171 AnnotationExpression annotationExpression = new AnnotationExpression(mapKey); in directMapKeyExpression()