@ImmutableOptions @PropertyOptions(propertyHandler: ImmutablePropertyHandler) @AnnotationCollector(mode: AnnotationCollectorMode.PREFER_EXPLICIT_MERGED) @Retention(value: RetentionPolicy.SOURCE) @Target(value: [ElementType.TYPE]) @interface ImmutableProperties
Meta annotation used when just the immutable properties part of @Immutable
is desired.