Commit Graph

3 Commits

Author SHA1 Message Date
Roman Shevchenko
27f08da5cb deprecation comments generation changed once again
new behavior:
- depreaction comment (/** @deprecated */) is added always
- @Deprecated annotation is added only when presented in .class file

rationale:
- both deprecation comment and @Deprecated anno produce "Deprecated" attribute
- adding annotation to members deprecated by comment (old behavior) is actually incorrect
- adding comment to members deprecated by annotation may be incorrect but is acceptable (there is no way to tell if a member was deprecated by sole annotation or both by annotation and comment)
- additional configuration option is therefore no longer needed
2014-05-26 15:49:53 +04:00
Stiver
4d48812ad0 updating readme with new options 2014-04-01 15:21:37 +02:00
Stiver
e2d0f5d9c3 initial commit 2014-03-04 15:13:11 +01:00