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

org.junit.ClassRule.scala Maven / Gradle / Ivy

The newest version!
package org.junit

import java.lang.annotation._

trait ClassRule extends Annotation {
  def annotationType(): Class[_ <: Annotation] = classOf[ClassRule]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy