Annotation Property Edit
Creates an object representing a single property edit performed on the annotation.
Parameters
annotation
Annotation whose property was changed.
property Key
Key of the property that was edited.
old Value
Old value of the property, or null
if no value was previously set.
new Value
New value of the property, or null
if that was set afterwards.