Project Wonder 5.0

er.rest.routes.jsr311
Annotation Type Path


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Path

Like JSR-311, @Path allows you to annotate an action method to specify the URL path that maps to it. You may define multiple @Path declarations on a single method using the @Paths annotation.

Author:
mschrag

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.