org.openrdf.server.metadata.annotations
Annotation Type operation


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

Placed on methods that should be called for GET, PUT, or DELETE requests.

Author:
James Leigh

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


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