se.ansman.deager.kapt.Elements.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of compiler Show documentation
Show all versions of compiler Show documentation
Eager Singletons with Dagger
The newest version!
package se.ansman.deager.kapt
import javax.lang.model.element.Element
inline fun Element.hasAnnotation(): Boolean = getAnnotation(A::class.java) != null