Age | Commit message (Collapse) | Author |
|
text printed by main executable.
|
|
|
|
bug, which was causing the following exception in the eclipse error log:
java.lang.VerifyError: (class: org/eclipse/jdt/internal/corext/dom/LinkedNodeFinder, method: findByBinding signature: (Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/dom/IBinding;)[Lorg/eclipse/jdt/core/dom/SimpleName;) Incompatible argument to function
|
|
|
|
|
|
setters, just like @Nullable is copied.
Implements feature request issue 128.
|
|
|
|
|
|
|
|
|
|
|
|
build-time and not a run-time dependency.
|
|
|
|
|
|
useful; the advice it gives will now actually work.
|
|
error you'd get if it cant be found.
|
|
|
|
|
|
|
|
|
|
|
|
and 'abstract' are implied).
|
|
parameters.
Note that JDK7 fixed this themselves though they kept the silly comments.
|
|
|
|
|
|
|
|
|
|
we do not run them again.
|
|
|
|
|
|
|
|
|
|
getFoo method in eclipse.
|
|
GetFoo prevents lombok from making a getFoo method) only occurs on eclipse, as the test passes.
|
|
|
|
processor is now the core processor that farms out the work to context-specific implementations.
|
|
|
|
|
|
class that farms out the work to a specific implementation depending on environment; previously lombok.jar's annotation processor was javac specific.
|
|
|
|
|
|
|
|
a full release.
|
|
snippet.
|
|
projectlombok.org, as well as a page with information about it, gathered from the changelog.
|
|
|
|
wildcard generics that had a bound on them, so, for example, a field typed as 'List<? extends Number>'.
|
|
|
|
java.lang.*;' at the end of any source file's import list.
|
|
"package foo;"
|