[
https://issues.apache.org/jira/browse/BEAM-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15859801#comment-15859801
]
Stas Levin commented on BEAM-1295:
----------------------------------
Hi [[email protected]],
Sorry for the delayed response.
I'm afraid it's for real, see
[DisplayData|https://beam.apache.org/documentation/sdks/javadoc/0.4.0/org/apache/beam/sdk/transforms/display/DisplayData.html#inferType-java.lang.Object-]
for instance, where it prints: "@literal".
> Annotations are not properly rendered in JavaDoc when using <pre>{@code}
> ------------------------------------------------------------------------
>
> Key: BEAM-1295
> URL: https://issues.apache.org/jira/browse/BEAM-1295
> Project: Beam
> Issue Type: Bug
> Components: runner-core, sdk-java-core
> Affects Versions: 0.4.0
> Reporter: Stas Levin
> Assignee: Stas Levin
> Priority: Trivial
>
> {code}
> <pre>{@code
> {@literal @}Override
> }</pre>
> {code}
> Produces
> {code}
> { @}Override
> {code}
> Instead of:
> {code}
> @Override
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)