Age | Commit message (Collapse) | Author |
|
|
|
|
|
don’t make it final via `@FieldDefaults`.
|
|
(to suppress an expected and in this case analysed to be harmless, intentional use of our own deprecated API)
|
|
|
|
|
|
|
|
|
|
|
|
constructor (typemirrors).
|
|
Also removed log statements.
|
|
|
|
|
|
methods/constructors, to allow other annotation processors to see these generated methods/constructors too.
|
|
|
|
|
|
it to the string
|
|
|
|
guard against possible npe
|
|
|
|
|
|
|
|
|
|
|
|
Bugfix/builder with tolerate
|
|
fix of the issue 1228
|
|
|
|
|
|
|
|
time error "variable initializer is 'null'"
|
|
|
|
arrays in Eclipse
|
|
Include lombok.var.flagUsage = ALLOW in lombok.config to enable var
|
|
Added a test of a @var variable with null initialization.
|
|
functionality as the @val except 'final' modifier.
|
|
|
|
|
|
|
|
|
|
|
|
always return ShadowClassLoader for older maven-compiler-plugin
|
|
|
|
It fixes `lombok` `1.16` doesn't works in `maven-compiler-plugin` `2.3.2` or old.
http://stackoverflow.com/questions/34358689
Furthermore, `maven-compiler-plugin` `2.4` requires `plexus-compiler-javac` `1.8.6`, which drops
`org.codehaus.plexus.compiler.javac.IsolatedClassLoader`.
I love hack, but hate such hard code to fix possible problem.
|
|
|
|
|
|
|
|
Update Javadoc URL on Value
|
|
delete redundant code
|
|
fixed example in @Value javadoc
|
|
|