on Annotation Property Change
open override fun onAnnotationPropertyChange(annotation: Annotation, property: Int, oldValue: Any?, newValue: Any?)
Called when annotation property has changed.
Parameters
annotation
Annotation whose property has changed.
property
Annotation property that changed (from AnnotationPropertyConstants.AnnotationPropertyKey constants).
old Value
Value of the property before the change.
new Value
Value of the property after the change.