
com.mercateo.common.rest.schemagen.link.ScopeMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common.rest.schemagen Show documentation
Show all versions of common.rest.schemagen Show documentation
Jersey add-on for dynamic link and schema building
package com.mercateo.common.rest.schemagen.link;
import java.lang.reflect.Method;
/**
* @deprecated please use {@link Scope} instead
*/
public abstract class ScopeMethod extends Scope {
public ScopeMethod(Class> clazz, Method method, Object[] params) {
super(clazz, method, params);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy