//CONF: lombok.anyConstructor.suppressConstructorProperties = true
@lombok.AllArgsConstructor
class ConstructorsConfiguration {
	int x;
}