org.junit.Rule.scala Maven / Gradle / Ivy
The newest version!
package org.junit
import java.lang.annotation._
trait Rule extends Annotation {
def annotationType(): Class[_ <: Annotation] = classOf[Rule]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy