public class AnnotationInstance extends Object
| Constructor and Description |
|---|
AnnotationInstance(Symbol.TypeSymbol symbol) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(AnnotationValue annotationValue) |
boolean |
isTyped(String annotationQualifiedClassName) |
List<AnnotationValue> |
values() |
public AnnotationInstance(Symbol.TypeSymbol symbol)
public void addValue(AnnotationValue annotationValue)
public boolean isTyped(String annotationQualifiedClassName)
public List<AnnotationValue> values()
Copyright © 2012–2015 SonarSource. All rights reserved.