mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
[referenceFinder] refine a javadoc for IResourceAccess
Signed-off-by: Anton Kosiakov <anton.kosyakov@typefox.io>
This commit is contained in:
parent
51ffbf898f
commit
7f91cc9c09
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ public interface IReferenceFinder {
|
|||
/**
|
||||
* Provides safe read access to a resource set for searching local references or references in a demand-created or
|
||||
* shared resource set.
|
||||
*
|
||||
* Return `null` if a resource set cannot be provided for the given target URI.
|
||||
*/
|
||||
interface IResourceAccess {
|
||||
<R> R readOnly(URI targetURI, IUnitOfWork<R, ResourceSet> work);
|
||||
|
|
Loading…
Reference in a new issue