Package org.restlet.engine.connector
Annotation Type Method
- 
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) public @interface MethodMeta annotation to declare method annotations.- Author:
 - Jerome Louvel
 - See Also:
 Get,Post,Put,Delete,Options,Patch
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueMethod name identified by the underlying annotation. 
 -