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

org.sahagin.runlib.external.TestDocs Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
package org.sahagin.runlib.external;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

@Target({ElementType.CONSTRUCTOR, ElementType.METHOD, ElementType.FIELD, ElementType.TYPE})
public @interface TestDocs {
    TestDoc[] value();
    CaptureStyle capture() default CaptureStyle.THIS_LINE;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy