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

io.polaris.core.junit.Local Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.junit;

import org.junit.jupiter.api.Tag;

import java.lang.annotation.*;

/**
 * @author Qt
 * @since 1.8,  Aug 31, 2023
 */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
@Tag(TagNames.local)
public @interface Local {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy