org.wicketstuff.rest.annotations.parameters
Annotation Type PathParam


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface PathParam

This annotation indicates that the value of a method parameter must be extracted from a path parameter. It requires the name of the path parameter we want to use (ex: @PathName("bookId")).

Author:
andrea del bene

Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value


Copyright © 2013. All Rights Reserved.