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

org.reflections.scanners.MethodParameterScanner Maven / Gradle / Ivy

package org.reflections.scanners;

/** scan methods/constructors and indexes parameters, return type and parameter annotations.
 * {@code Deprecated}, use {@link Scanners#MethodsParameter} instead
 * */
@Deprecated
public class MethodParameterScanner extends AbstractScanner {

    public MethodParameterScanner() {
        super(Scanners.MethodsParameter);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy