Restlet Framework 2.2.1
Java Standard Edition

org.restlet.engine.connector
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, Patch

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.


Restlet Framework 2.2.1
Java Standard Edition

Copyright © 2005-2014 Restlet.