Commit Graph

6 Commits

Author SHA1 Message Date
Roman Shevchenko
4df7866a5c "ascii" option documented and used for both string and character literals 2014-06-26 15:52:47 +02:00
Roman Shevchenko
7189d18bfe adjustable indentation 2014-05-30 15:44:27 +04:00
Roman Shevchenko
0a66fa8925 option to pass numeric literals undecoded 2014-05-28 19:42:51 +04:00
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