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() |
static DaggerAnnotation |
from(androidx.room.compiler.processing.XAnnotation annotation) |
javax.lang.model.element.AnnotationMirror |
java() |
java.lang.String |
toString() |
androidx.room.compiler.processing.XAnnotation |
xprocessing() |
public static DaggerAnnotation from(androidx.room.compiler.processing.XAnnotation annotation)
public DaggerTypeElement annotationTypeElement()
public com.squareup.javapoet.ClassName className()
public androidx.room.compiler.processing.XAnnotation xprocessing()
public javax.lang.model.element.AnnotationMirror java()
public final java.lang.String toString()
toString in class java.lang.Object