Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update instructions for using lombok with ecj and Maven
|
|
Update Javadoc URL on Value
|
|
delete redundant code
|
|
fixed example in @Value javadoc
|
|
update gradle configuration documentation
|
|
|
|
|
|
- fix jboss-logging.jar name
- add copyright notice to new source files
- add cross-references from other @Log annotations
- update feature page
|
|
|
|
|
|
|
|
|
|
Value is no longer experimental, so (as the person who raised the issue
suggested) the Javadoc should no longer point to the 'experimental'
documentation. Fixes #1091
|
|
|
|
|
|
|
|
|
|
legal. Also now no longer messes up syntax highlighting in eclipse.
Still need to investigate how to improve autocomplete presence of helper methods.
|
|
Update comments with 'public boolean canEqual' to 'protected boolean canEqual'
|
|
canEqual'. Code was changed to use protected in 4d24542dac058fcd
Signed-off-by: Ross Allan <ross@nallar.me>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
equals and hashCode generation when
|
|
‘val’ on invalid expressions. This fixes one such case.
|
|
pretty print correctly.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
also handles the changed flag correctly
|
|
spacanowski-master
Conflicts:
test/transform/resource/after-delombok/BuilderSingularGuavaListsSets.java
test/transform/resource/after-ecj/BuilderSingularGuavaListsSets.java
|