@Data public class AnnotationWithDefaultAnnotation extends Object implements AnnotationMirror
| Constructor and Description |
|---|
AnnotationWithDefaultAnnotation(AnnotationMirror annotation,
AnnotationMirror defaultAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationMirror |
createIfNecessary(AnnotationMirror annotation,
AnnotationMirror defaultAnnotation) |
boolean |
equals(Object obj) |
AnnotationMirror |
getAnnotation() |
DeclaredType |
getAnnotationType() |
AnnotationMirror |
getDefaultAnnotation() |
Map<? extends ExecutableElement,? extends AnnotationValue> |
getElementValues() |
int |
hashCode() |
String |
toString() |
public AnnotationWithDefaultAnnotation(AnnotationMirror annotation, AnnotationMirror defaultAnnotation)
public DeclaredType getAnnotationType()
getAnnotationType in interface AnnotationMirrorpublic Map<? extends ExecutableElement,? extends AnnotationValue> getElementValues()
getElementValues in interface AnnotationMirrorpublic static AnnotationMirror createIfNecessary(AnnotationMirror annotation, AnnotationMirror defaultAnnotation)
@Pure public AnnotationMirror getAnnotation()
@Pure public AnnotationMirror getDefaultAnnotation()
Copyright © 2018. All rights reserved.