Class DaggerAnnotation


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

      • DaggerAnnotation

        public DaggerAnnotation()
    • Method Detail

      • from

        public static DaggerAnnotation from​(androidx.room.compiler.processing.XAnnotation annotation)
      • className

        public com.squareup.javapoet.ClassName className()
      • xprocessing

        public androidx.room.compiler.processing.XAnnotation xprocessing()
      • java

        public javax.lang.model.element.AnnotationMirror java()
      • toString

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