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


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

Placed on methods that should be called for HTTP methods that match the value.

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.