![JAR search and dependency download from the Maven repository](/logo.png)
com.pastdev.httpcomponents.annotations.Param Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of server Show documentation
Show all versions of server Show documentation
A set of interfaces and factories for building servers.
The newest version!
package com.pastdev.httpcomponents.annotations;
import com.pastdev.httpcomponents.factory.NullParamValueFactory;
import com.pastdev.httpcomponents.factory.ParamValueFactory;
public @interface Param {
public String paramName();
public String paramValue() default "";
public Class extends ParamValueFactory> paramValueFactory() default NullParamValueFactory.class;
public FactoryParam[] factoryParams() default {};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy