Annotation Interface PropertyAmendments
This annotation is used to hold property amendments for a component. These are used to notify the runtime system of
removed or renamed properties, so it can attempt to correct the binding system for the changes.
-
Required Element Summary
Required Elements
-
Element Details
-
removals
PropRemoved[] removals -
renames
PropRenamed[] renames
-