Annotation Type PropertyAmendments
- 
 @Retention(RUNTIME) @Target(TYPE) public @interface PropertyAmendmentsThis 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 SummaryRequired Elements Modifier and Type Required Element Description PropRemoved[]removalsPropRenamed[]renames
 
- 
- 
- 
Element Detail- 
removalsPropRemoved[] removals 
 
- 
 - 
- 
renamesPropRenamed[] renames 
 
- 
 
-