Skip to content

Commit

Permalink
Support ordering of dependency locators
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 1, 2024
1 parent 11f1ec3 commit a3fb505
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Loaded as a ServiceLoader. Takes mechanisms for locating candidate "mod-dependencies".
* and transforms them into {@link IModFile} objects.
*/
public interface IDependencyLocator {
public interface IDependencyLocator extends IOrderedProvider {
/**
* Invoked to find all mod dependencies that this dependency locator can find.
* It is not guaranteed that all these are loaded into the runtime,
Expand Down

0 comments on commit a3fb505

Please sign in to comment.