SymbolMetadata.AnnotationValue
public class AnnotationValueResolve extends Object implements SymbolMetadata.AnnotationValue
Constructor | Description |
---|---|
AnnotationValueResolve(String name,
Object value) |
Modifier and Type | Method | Description |
---|---|---|
String |
name() |
Name of the annotation property.
|
Object |
value() |
Stored value of the annotation property.
|
public Object value()
SymbolMetadata.AnnotationValue
value
in interface SymbolMetadata.AnnotationValue
public String name()
SymbolMetadata.AnnotationValue
name
in interface SymbolMetadata.AnnotationValue
Copyright © 2012–2018 SonarSource. All rights reserved.