From 816c0b99e7f0395b26f8a8c26e52110107f0b1e1 Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
@XArgsConstructor
can also be used on an enum definition. The generated constructor will always be
private, because non-private constructors aren't legal in enums. You don't have to specify AccessLevel.PRIVATE
.
+
+ While suppressConstructorProperties
has been marked deprecated in anticipation of a world where all java environments have the
+ @ConstructorProperties
annotation available, first GWT 2.2 and Android 2.3.3, which do not (yet) have this annotation, will have
+ to be ancient history before this annotation parameter will be removed.