-
- All Implemented Interfaces:
-
com.google.devtools.ksp.symbol.KSNode
public interface KSAnnotated implements KSNode
A symbol that can be annotated with annotations.
-
-
Method Summary
Modifier and Type Method Description abstract Sequence<KSAnnotation>getAnnotations()All annotations on this symbol. abstract OrigingetOrigin()abstract LocationgetLocation()abstract KSNodegetParent()-
-
Method Detail
-
getAnnotations
abstract Sequence<KSAnnotation> getAnnotations()
All annotations on this symbol.
-
getLocation
abstract Location getLocation()
-
-
-
-