Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] @since 2.1

All new API added in the 2.1 stream should be flagged with "@since 2.1".

Otherwise the "@since" tags on elements should not be changed.

This is VERY IMPORTANT because it will alert developers in generations to
come that this API is not present in 2.0 (which is important to know if you
are developing a plug-in that needs to work in 2.0, 2.1, or better.

The "@since" tag comes at the very end of the javadoc comment.

---jim




Back to the top