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

io.quarkus.runtime.test.TestApplicationClassPredicate Maven / Gradle / Ivy

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

import java.util.function.Predicate;

/**
 * This predicate can be used to distinguish application classes in the test mode.
 */
public interface TestApplicationClassPredicate extends Predicate {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy