public abstract class DaggerAnnotation
extends java.lang.Object
Constructor and Description |
---|
DaggerAnnotation() |
Modifier and Type | Method and Description |
---|---|
DaggerTypeElement |
annotationTypeElement() |
com.squareup.javapoet.ClassName |
className() |
abstract CompilerEnvironment |
compiler() |
static DaggerAnnotation |
fromJava(javax.lang.model.element.AnnotationMirror annotationMirror) |
static DaggerAnnotation |
fromKsp(com.google.devtools.ksp.symbol.KSAnnotation ksAnnotation) |
javax.lang.model.element.AnnotationMirror |
java() |
com.google.devtools.ksp.symbol.KSAnnotation |
ksp() |
java.lang.String |
toString() |
public static DaggerAnnotation fromJava(javax.lang.model.element.AnnotationMirror annotationMirror)
public static DaggerAnnotation fromKsp(com.google.devtools.ksp.symbol.KSAnnotation ksAnnotation)
public DaggerTypeElement annotationTypeElement()
public com.squareup.javapoet.ClassName className()
public javax.lang.model.element.AnnotationMirror java()
public com.google.devtools.ksp.symbol.KSAnnotation ksp()
public abstract CompilerEnvironment compiler()
public final java.lang.String toString()
toString
in class java.lang.Object