@Documented @Target(value=PARAMETER) @Retention(value=RUNTIME) @Inherited public @interface PathRemainder
@RestMethod
annotated method to identify it as the URL
parameter remainder after a path pattern match.
This is functionally equivalent to the following code...
Copyright © 2018 Apache. All rights reserved.