public class AnnotationInstanceResolve extends Object implements SymbolMetadata.AnnotationInstance
Modifier and Type | Method and Description |
---|---|
JavaSymbol |
symbol()
Type symbol of this annotation.
|
List<SymbolMetadata.AnnotationValue> |
values()
Annotation values for this annotation.
|
public JavaSymbol symbol()
SymbolMetadata.AnnotationInstance
symbol
in interface SymbolMetadata.AnnotationInstance
public List<SymbolMetadata.AnnotationValue> values()
SymbolMetadata.AnnotationInstance
values
in interface SymbolMetadata.AnnotationInstance
Copyright © 2012–2017 SonarSource. All rights reserved.