Annotation Interface Usage


A meta-annotation that documents usage of the other annotations by JUnit extensions in com.karuslabs.elementary.junit.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Extension>[]
    The JUnit extensions that uses the annotated target.
  • Element Details

    • value

      Class<? extends Extension>[] value
      The JUnit extensions that uses the annotated target.
      Returns:
      the JUnit extensions