This project has retired. For details please refer to its
Attic page .
ParamParser (Apache jclouds 1.7.3 API)
JavaScript is disabled on your browser.
@Target (value ={METHOD ,PARAMETER })
@Retention (value =RUNTIME )
public @interface ParamParser
Extracts the value of a parameter from an object. If placed on a method, the function will be
presented with a Object [] from the method args used to derive the value;
Author:
Adrian Cole
See Also: PathParam
Required Element Summary
Required Elements
Modifier and Type
Required Element and Description
Class <? extends com.google.common.base.Function<Object ,String >>
value
Copyright © 2009-2014 The Apache Software Foundation . All Rights Reserved.