org.restlet.engine
Annotation Type Method


@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface Method

Meta annotation to declare method annotations.

Author:
Jerome Louvel
See Also:
Get, Post, Put, Delete, Options

Required Element Summary
 String value
          Method name identified by the underlying annotation.
 

Element Detail

value

public abstract String value
Method name identified by the underlying annotation.



Copyright © 2005-2013 Restlet.