All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.ansman.deager.kapt.Elements.kt Maven / Gradle / Ivy

The newest version!
package se.ansman.deager.kapt

import javax.lang.model.element.Element

inline fun  Element.hasAnnotation(): Boolean = getAnnotation(A::class.java) != null




© 2015 - 2024 Weber Informatics LLC | Privacy Policy