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

com.github.quartzwebui.service.strategy.BasicServiceStrategyParameter Maven / Gradle / Ivy

The newest version!
/**
 * Licensed under the Apache License, Version 2.0 (the "License");
 */
package com.github.quartzwebui.service.strategy;

import com.github.quartzwebui.exception.UnsupportedTranslateException;

/**
 * @author quxiucheng [[email protected]]
 */
public class BasicServiceStrategyParameter implements ServiceStrategyParameter {


    @Override
    public void translate(Object object) throws UnsupportedTranslateException {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy