Summary

A leaf NameSpace cannot be derived.

Details

A leaf NameSpace is a final namespace, and cannot be further derived.

Tips
  • Make the NameSpace non-final.

  • Make the child NameSpace derive from the parent of the final NameSpace.

  • Remove the derivation link.