Skip to content

Commit

Permalink
Add Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Apr 25, 2024
1 parent a18bb0d commit 1f1a1d7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@ public abstract Builder setRecordedRepoMappingEntries(
public abstract LockFileModuleExtension build();
}

/**
* A {@link LockFileModuleExtension} together with its {@link ModuleExtensionEvalFactors},
* comprising a single lockfile entry for a certain extension.
*/
public record WithFactors(
ModuleExtensionEvalFactors extensionFactors, LockFileModuleExtension moduleExtension) {}
}

0 comments on commit 1f1a1d7

Please sign in to comment.