onAnnotationPropertyChange

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).

oldValue

Value of the property before the change.

newValue

Value of the property after the change.