Age | Commit message (Collapse) | Author |
|
|
|
Added Spring NonNull and Nullable annotations
|
|
Customizable SuperBuilder
|
|
|
|
way javac/java support it.
|
|
(module-info) style projects.
|
|
|
|
|
|
|
|
longer throws NPE.
|
|
janrieke-superToBuilder
|
|
testing that the compiler emits warning/error messages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and for example their use on the typearg in a collection type which is being `@Singular`-ized.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
‘copyable’ annotations get copied’, with ‘copyable’ defined as a specific FQN-style list of well-known nullity-indicating annotations, plus whatever you configured in lombok.config.
Also some work on the notion of TYPE_USE annotations.
|
|
|
|
|
|
|
|
|
|
Maybe some filtering is necessary and should be added later.
|
|
Collections.emptyList call.
|
|
|
|
over types from, say, a field, to getter/setter/constructor/builder/wither/etc.
|
|
|
|
|
|
|
|
in javac.
|
|
|
|
into janrieke-superBuilderNonNull
# Conflicts:
# src/core/lombok/eclipse/handlers/HandleSuperBuilder.java
# src/core/lombok/javac/handlers/HandleSuperBuilder.java
# test/transform/resource/after-delombok/SuperBuilderWithDefaults.java
# test/transform/resource/after-ecj/SuperBuilderWithDefaults.java
|
|
fixed now (ecj)
|
|
fixed now (javac)
|
|
|
|
|
|
issues, as we only use the simple name. Actually getting the full module name is a little tricky, but this should do the job.
|
|
ended up null would cause an NPE during `toBuilder()` invocations.
|