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

net.ttddyy.dsproxy.transform.NoOpParameterTransformer Maven / Gradle / Ivy

package net.ttddyy.dsproxy.transform;

/**
 * No operation implementation of {@link ParameterTransformer}.
 *
 * @author Tadaya Tsuyukubo
 * @since 1.2
 */
public class NoOpParameterTransformer implements ParameterTransformer {

    public void transformParameters(ParameterReplacer replacer, TransformInfo transformInfo) {
        // do nothing
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy