-
@Target(allowedTargets = {AnnotationTarget.FIELD, AnnotationTarget.PROPERTY}) public @interface RefractMutable
Marks a property as mutable, allowing Prism to modify it even if the underlying field is
final. Adding this annotation to an already mutable property or at the same time as RefractImmutable is considered an error.