A decorator function that marks a property of a class to be ignored. No proxy will be created for this object.
The target object (class prototype) where the property resides.
The key of the property to be ignored.
A decorator function that marks a property of a class to be ignored. No proxy will be created for this object.