// Generated by delombok at Sat Jun 11 11:12:44 CEST 2016 public class NoArgsConstructorForced { final int x; final double y; final char c; final boolean b; final float f; final String s; byte z; // Changed Delombok values: // this.y = 0.0; // this.c = '\000'; // this.f = 0.0F; @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok") public NoArgsConstructorForced() { this.x = 0; this.y = 0; this.c = 0; this.b = false; this.f = 0; this.s = null; } }