ru.mk.pump.web.common.api.ParameterTransformer Maven / Gradle / Ivy
package ru.mk.pump.web.common.api;
import ru.mk.pump.commons.helpers.Parameters;
import java.lang.annotation.Annotation;
public interface ParameterTransformer {
Parameters transform(A annotation);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy