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

org.kohsuke.args4j.spi.ArgumentImpl Maven / Gradle / Ivy

package org.kohsuke.args4j.spi;

import org.kohsuke.args4j.Argument;

/**
 * Implementation of @Argument so we can instantiate it.
 * @author Jan Materne
 */
public class ArgumentImpl extends AnnotationImpl implements Argument {
	public ArgumentImpl(ConfigElement ce) throws ClassNotFoundException {
		super(Argument.class,ce);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy