org.codegist.crest.annotate
Annotation Type Path
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Path
Optional method level annotation, sets the method path. If not specified, defaults to the method config default value.
Can be set at interface level to default all interface method values if not specified at method level.
- Author:
- Laurent Gilles (laurent.gilles@codegist.org)
- See Also:
MethodConfig.DEFAULT_PATH
,
MethodConfig.getPath()
value
public abstract String value
Copyright © 2011. All Rights Reserved.