Details
-
Story
-
Status: Resolved
-
Medium
-
Resolution: Done
-
None
-
None
Description
Once all other issues have been resolved and we are ready to start removal of getPath(), change its definition to:
@Deprecated(forRemoval = true) default getPath() { throw new UnsupportedOperationException(getClass() + " does not provide SchemaPath"); }