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

javax.ws.rs.RpcParam Maven / Gradle / Ivy

There is a newer version: 0.9.0
Show newest version
package javax.ws.rs;

import java.lang.annotation.*;

/**
 * Rpc parameter, getNull data from remote
 */
@Target({ElementType.PARAMETER, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface RpcParam {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy