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

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

package org.junit

import java.lang.annotation._

class Before extends scala.annotation.StaticAnnotation
    with java.lang.annotation.Annotation {
  def annotationType(): Class[_ <: Annotation] = classOf[Before]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy