Package 

Interface KSAnnotated

  • 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 Origin getOrigin()
      abstract Location getLocation()
      abstract KSNode getParent()
      • Methods inherited from class com.google.devtools.ksp.symbol.KSAnnotated

        accept
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait