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

io.quarkus.test.bootstrap.AnnotationBinding Maven / Gradle / Ivy

package io.quarkus.test.bootstrap;

import java.lang.reflect.Field;

public interface AnnotationBinding {
    boolean isFor(Field field);

    ManagedResourceBuilder createBuilder(Field field) throws Exception;

    /**
     * Whether associated managed resource requires Linux containers when run on bare metal instances.
     *
     * @return true if there is possibility Linux containers are going to be started
     */
    boolean requiresLinuxContainersOnBareMetal();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy