Package org.incendo.cloud.internal
Annotation Type ImmutableImpl
@InjectAnnotation(type=org.apiguardian.api.API.class,
target=IMMUTABLE_TYPE,
code="(status = org.apiguardian.api.API.Status.INTERNAL, consumers = \"org.incendo.cloud.*\")")
@Target({TYPE,METHOD,PACKAGE})
@Retention(SOURCE)
@API(status=INTERNAL)
public @interface ImmutableImpl
Annotation that generates immutable classes suffixed with "Impl".