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

com.xlrit.gears.engine.task.MockTaskHandlerProperties Maven / Gradle / Ivy

package com.xlrit.gears.engine.task;

import java.util.Map;

import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;

import lombok.Data;

@Data
@Component
@ConfigurationProperties(prefix = "gears")
public class MockTaskHandlerProperties {
	private Map> mockTaskHandler;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy