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

io.tapirtest.allure2.Allure2Configuration.xtend Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package io.tapirtest.allure2;

import de.bmiag.tapir.bootstrap.annotation.ModuleConfiguration
import org.springframework.boot.autoconfigure.AutoConfigureOrder

/** 
 * Provides the configuration for the tapir extensions Allure 2 module. In this configuration class only beans are registered which are not annotated by Component.
 * 
 * @author Oliver Libutzki {@literal <}[email protected]{@literal >}
 * 
 * @since 1.0.0
 */
@ModuleConfiguration
@AutoConfigureOrder(Allure2Configuration.AUTO_CONFIGURE_ORDER)
class Allure2Configuration {

	public static final int AUTO_CONFIGURE_ORDER = 7000
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy