Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Jan 7, 2025
1 parent 0726ca9 commit d913ce7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ public Resolved resolve(
return resolved;
}

/**
* The resolved version of the import/export scope.
*
* <p>The qualified name is replaced with the actual reference to the referred scope.
*
* <p>This value should not be present in the metadata as it is not suitable for serialization. It
* should be constructed ad-hoc whenever needed.
*/
public static class Resolved {
private final StaticModuleScope referredModuleScope;
private final MethodResolutionAlgorithm<
Expand Down

0 comments on commit d913ce7

Please sign in to comment.