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

com.mercateo.common.rest.schemagen.link.ScopeMethod Maven / Gradle / Ivy

There is a newer version: 0.20.0
Show newest version
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