add notice regarding using immutable references

This commit is contained in:
oSumAtrIX 2024-10-27 15:44:35 +01:00
parent 5a0e3841ff
commit 635d23c9b7
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -233,6 +233,11 @@ The `classDef` and `method` properties can be used to make changes to the class
They are lazy properties, so they are only computed
and will effectively replace the original method or class definition when accessed.
> [!TIP]
> If only read-only access to the class or method is needed,
> the `originalClassDef` and `originalMethod` properties can be used,
> to avoid making a mutable copy of the class or method.
## 🏹 Manually matching fingerprints
By default, a fingerprint is matched automatically against all classes when the `match` property is accessed.