@AllDefaultsAnnotation public class User { public static void test() { new AllDefaultsConstructor(); new AllDefaultsExplicitNoargConstructor(); } }