Uses of Annotation Interface
com.karuslabs.elementary.junit.annotations.Usage

Packages that use Usage
Package
Description
Contains annotations used in com.karuslabs.elementary.junit.
  • Uses of Usage in com.karuslabs.elementary.junit.annotations

    Classes in com.karuslabs.elementary.junit.annotations with annotations of type Usage
    Modifier and Type
    Class
    Description
    @interface 
    Denotes a class on the current classpath to be included for compilation.
    @interface 
    A container type for Classpath.
    @interface 
    Denotes an inline Java source file to be included for compilation.
    @interface 
    A container type for Inline.
    @interface 
    Denotes that the containing file of the annotated element is to be included for compilation.
    @interface 
    An annotation to mark and simplify retrieval of elements in tests extended with ToolsExtension.
    @interface 
    Represents the javac options to use during compilation.
    @interface 
    Denotes the annotation processors to be applied during compilation.
    @interface 
    Denotes a resource on the current classpath to be included for compilation.
    @interface 
    A container type for Resource.