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


Deprecated. Use query instead.

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

Placed on methods that should be called for GET, POST, PUT, or DELETE requests with a query string starting with this value.

Author:
James Leigh

Required Element Summary
 String[] value
          Deprecated.  
 

Element Detail

value

public abstract String[] value
Deprecated. 


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