@lombok.AllArgsConstructor class ConstructorsConfiguration { int x; public @java.lang.SuppressWarnings("all") ConstructorsConfiguration(final int x) { super(); this.x = x; } }