Searched defs:annotationElement (Results 1 – 12 of 12) sorted by relevance
47 …@Nonnull @Override public AnnotationElement rewrite(@Nonnull AnnotationElement annotationElement) { in rewrite()52 @Nonnull protected AnnotationElement annotationElement; field in AnnotationElementRewriter.RewrittenAnnotationElement54 public RewrittenAnnotationElement(@Nonnull AnnotationElement annotationElement) { in RewrittenAnnotationElement()
115 private MethodSpec buildCreateMethod(ClassName generatedTypeName, TypeElement annotationElement) { in buildCreateMethod()143 protected Set<TypeElement> annotationsToCreate(TypeElement annotationElement) { in annotationsToCreate()149 TypeElement annotationElement, Set<TypeElement> annotationElements) { in nestedAnnotationElements()
64 protected Set<TypeElement> annotationsToCreate(TypeElement annotationElement) { in annotationsToCreate()
72 …onnull @Override public CharSequence getElementName(@Nonnull AnnotationElement annotationElement) { in getElementName()76 …nnull @Override public EncodedValue getElementValue(@Nonnull AnnotationElement annotationElement) { in getElementValue()
150 TypeElement annotationElement = getAnnotationReturnType(method); in processMethod() local287 private ImmutableMap<String, ExecutableElement> getMemberMethods(TypeElement annotationElement) { in getMemberMethods()308 private ImmutableMap<String, AnnotationValue> getDefaultValues(TypeElement annotationElement) { in getDefaultValues()322 TypeElement annotationElement, ExecutableElement method, Map<String, Member> members) { in getParameters()360 TypeElement annotationElement, in validateParameters()439 private static boolean isGwtCompatible(TypeElement annotationElement) { in isGwtCompatible()
59 TypeElement annotationElement = (TypeElement) annotation.getAnnotationType().asElement(); in gwtCompatibleAnnotationString() local
1047 Element annotationElement = annotation.getAnnotationType().asElement(); in annotationVisibleFrom() local1091 TypeElement annotationElement = MoreTypes.asTypeElement(annotation.getAnnotationType()); in getAnnotationMirror() local
78 TypeElement annotationElement = MoreTypes.asTypeElement(annotation.getAnnotationType()); in getAnnotationMirror() local
276 Element annotationElement = annotation.getAnnotationType().asElement(); in annotationVisibleFrom() local
38 TypeElement annotationElement = elementUtils.getTypeElement(annotation.getCanonicalName()); in getAnnotation() local
61 public static ImmutableAnnotationElement of(AnnotationElement annotationElement) { in of()
218 Element annotationElement = documented.get().getAnnotationType().asElement(); in getAnnotationMirror() local