Add OriginCapablePropertySource interfaces
Add `OriginCapablePropertySource` interface and supporting classes so that `PropertySource` implementations can reveal the source of any given property. The `TextResourcePropertyOrigin` can be used for sources that load values from a text `Resource` and can track line/column numbers. See gh-8517 See gh-8142
Showing
Please register or sign in to comment