Uses of Interface
org.sonar.plugins.java.api.semantic.SymbolMetadata.AnnotationInstance
-
Packages that use SymbolMetadata.AnnotationInstance Package Description org.sonar.java.resolve org.sonar.plugins.java.api.semantic Provides interfaces to represent Java source code as syntax tree. -
-
Uses of SymbolMetadata.AnnotationInstance in org.sonar.java.resolve
Methods in org.sonar.java.resolve that return types with arguments of type SymbolMetadata.AnnotationInstance Modifier and Type Method Description List<SymbolMetadata.AnnotationInstance>
SymbolMetadataResolve. annotations()
-
Uses of SymbolMetadata.AnnotationInstance in org.sonar.plugins.java.api.semantic
Methods in org.sonar.plugins.java.api.semantic that return types with arguments of type SymbolMetadata.AnnotationInstance Modifier and Type Method Description List<SymbolMetadata.AnnotationInstance>
SymbolMetadata. annotations()
The list of annotations found on this symbol.
-