This chunk of code is Groovy (http://groovy.codehaus.org). It contains the `@RestController` to
flag the entire class as being a controller that returns values directly back to the client, without
invoking any views.
only renders this:
<text:p text:style-name="Normal_20__5b_PACKT_5d_">This chunk of code is Groovy
(<text:span text:style-name="URL_20__5b_PACKT_5d_">http://groovy.codehaus.org
</text:span>). It contains the <text:span text:style="strong">@RestController</text:span>
to flag the entire class as being a controller that returns values directly back to the client,
without invoking any views.</text:p>
The code fragment is being wrapped with a strong tag. It appears to be a part of inline_quoted.fodt.slim, so it might be a case to deal with.
The following text:
only renders this:
The code fragment is being wrapped with a strong tag. It appears to be a part of inline_quoted.fodt.slim, so it might be a case to deal with.