mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-04 16:14:27 +00:00
Fix class names in after-ecj
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import java.util.List;
|
||||
|
||||
@lombok.Builder(access = lombok.AccessLevel.PROTECTED, setterPrefix = "with")
|
||||
class BuilderWithPrefix<T> {
|
||||
class BuilderSimpleWithSetterPrefix<T> {
|
||||
private int unprefixed;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user