Description
Section 2.1:
The encode property controls whether the value of the @UriTemplate annotation is automatically encoded
(the default) or not. When automatic encoding is disabled, care must be taken to ensure that the value of the
URI template is valid. E.g. the following two lines are equivalent:
Also see section 3.1.5