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

jadex.extension.rs.publish.annotation.ParametersMapper Maven / Gradle / Ivy

Go to download

The Jadex webservice platform extension package contains basic functionality for WSDL web services and REST web services.

The newest version!
package jadex.extension.rs.publish.annotation;

import jadex.bridge.service.annotation.Value;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 *  Parameter mapper to map the parameters.
 */
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface ParametersMapper
{
	/**
	 *  The method name.
	 */
	public Value value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy