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