@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface KnownImmutable
@Immutable
meta annotation which adds it automatically.
If you create your own Java or Groovy immutable class manually, you can add this annotation if you don't want to have
to list your class as one of the known immutable classes.Immutable