Annotation used to prevent a given field from being chain-deleted.
If your children have references to their parents, you may want to chain-delete
everything but the parent field (or any other shared data).
This annotation causes a given field to be skipped.
Chain-delete is disabled by default.
See OnGC.chainDeleteFields()