public class AnnotationExtensions extends Object
| Constructor and Description |
|---|
AnnotationExtensions() |
| Modifier and Type | Method and Description |
|---|---|
List<? extends AnnotationMirror> |
getTriggerAnnotations(TypeElement annotatedClass) |
boolean |
isShadowAnnotation(AnnotationMirror am) |
boolean |
isTriggerAnnotation(AnnotationMirror am) |
boolean |
isTriggerAnnotation(TypeElement te) |
List<GenAnnotationMirror> |
overrideAnnotations(Element overrideElement,
List<GenAnnotationMirror> existingAnnotations) |
GenAnnotationValue |
setShadowIfAppropriate(GenAnnotationMirror am) |
public final String SHADOW_AV
public List<GenAnnotationMirror> overrideAnnotations(Element overrideElement, List<GenAnnotationMirror> existingAnnotations)
public boolean isShadowAnnotation(AnnotationMirror am)
public GenAnnotationValue setShadowIfAppropriate(GenAnnotationMirror am)
public boolean isTriggerAnnotation(AnnotationMirror am)
public boolean isTriggerAnnotation(TypeElement te)
public List<? extends AnnotationMirror> getTriggerAnnotations(TypeElement annotatedClass)
Copyright © 2018. All rights reserved.