munit.internal.Annotation.scala Maven / Gradle / Ivy
The newest version!
package java.lang.annotation
trait Annotation {
def annotationType(): Class[_ <: Annotation]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy