org.jclouds.rest.annotations
Annotation Type BinderParam


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface BinderParam

Designates that this parameter will modify the request, possibly including adding an payload to it.

Author:
Adrian Cole

Required Element Summary
 Class<? extends Binder> value
          how to persist this payload.
 

Element Detail

value

public abstract Class<? extends Binder> value
how to persist this payload.



Copyright © 2009-2011 jclouds. All Rights Reserved.