Class DaggerAnnotation


  • public abstract class DaggerAnnotation
    extends java.lang.Object
    Wrapper type for an annotation.
    • Constructor Detail

      • DaggerAnnotation

        public DaggerAnnotation()
    • Method Detail

      • java

        @Nullable
        public abstract javax.lang.model.element.AnnotationMirror java()
        java representation for the annotation, returns null if the annotation isn't a java element.
      • ksp

        @Nullable
        public abstract com.google.devtools.ksp.symbol.KSAnnotation ksp()
        KSP declaration for the annotation, returns null not using KSP.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object