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

com.pastdev.httpcomponents.annotations.Param Maven / Gradle / Ivy

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 paramValueFactory() default NullParamValueFactory.class;

    public FactoryParam[] factoryParams() default {};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy