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

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