Fix class names in after-ecj

This commit is contained in:
Caleb Brinkman
2019-09-12 11:58:10 -05:00
parent 36287f2ff9
commit 5b16b48bbf
26 changed files with 474 additions and 454 deletions
@@ -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;
}