This section enumerates the changes that can be made to the Component Ref List, and whether they are call and/or install compatible.
Nature of Change |
Install Compatible |
Call Compatible |
non-final to final |
no |
yes |
final to non-final |
yes |
yes |
new type instance of original |
no |
yes |
original type instance of new |
no |
no |
new type unrelated to original |
no |
no |
new type install compatible with original |
yes |
yes |
new type call compatible with original |
no |
yes |