org.openrdf.http.object.annotations
Annotation Type query


@Retention(value=RUNTIME)
@Target(value={PARAMETER,TYPE,METHOD})
public @interface query

Placed on method parameters that should be populated with values in the request query string.

Author:
James Leigh

Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value


Copyright © 2004-2011 James Leigh Services Inc.. All Rights Reserved.