Uses of Interface
org.sonar.plugins.java.api.semantic.SymbolMetadata.AnnotationValue
Packages that use SymbolMetadata.AnnotationValue
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of SymbolMetadata.AnnotationValue in org.sonar.java.model
Classes in org.sonar.java.model that implement SymbolMetadata.AnnotationValue -
Uses of SymbolMetadata.AnnotationValue in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return types with arguments of type SymbolMetadata.AnnotationValueModifier and TypeMethodDescriptionSymbolMetadata.AnnotationInstance.values()
Annotation values for this annotation.SymbolMetadata.valuesForAnnotation
(String fullyQualifiedNameOfAnnotation) Get the annotation values for the specified annotation.