]
Tristan Tarrant updated ISPN-7483:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.CR2
Resolution: Done
Use @deprecated javadoc with @Deprecated annotation
---------------------------------------------------
Key: ISPN-7483
URL:
https://issues.jboss.org/browse/ISPN-7483
Project: Infinispan
Issue Type: Bug
Affects Versions: 9.0.0.CR1
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.0.0.CR2, 9.0.0.Final
Some APIs use {{@deprecated}} javadoc without annotating the method/class as
{{@Deprecated}}, or even use {{@Deprecated}} (with capital D) in javadoc which probably
does not work at all.