Go to file
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
.settings project cleanup 2014-05-19 15:04:06 +04:00
dist/docs deprecation comments generation changed once again 2014-05-26 15:49:53 +04:00
lib initial commit 2014-03-04 15:13:11 +01:00
src/de/fernflower deprecation comments generation changed once again 2014-05-26 15:49:53 +04:00
test/test project cleanup 2014-05-19 15:04:06 +04:00
timer initial commit 2014-03-04 15:13:11 +01:00
.classpath project cleanup 2014-05-19 15:04:06 +04:00
.gitignore project cleanup 2014-05-19 15:04:06 +04:00
.project initial commit 2014-03-04 15:13:11 +01:00
build.xml preserve debug information 2014-05-19 21:45:00 +04:00