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

io.quarkus.test.ProdBuildResults Maven / Gradle / Ivy

Go to download

A runner for unit tests, intended for testing Quarkus rather than for end user consumption.

There is a newer version: 3.17.5
Show newest version
package io.quarkus.test;

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

/**
 * Marker annotation that indicates that {@link ProdModeTestResults} should be injected into a test
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface ProdBuildResults {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy