Skip to content

Commit

Permalink
#1059 Prepare sourcebase for 2.3.0 release
Browse files Browse the repository at this point in the history
propagate usage expectation to documentation
  • Loading branch information
eparovyshnaya committed Mar 8, 2022
1 parent 9547c33 commit 4119cfc
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,15 @@ public interface Library extends PassageLicenseCoverage {
ServiceInvocationResult<ExaminationCertificate> assess();

/**
* <p>
* For a given {@code agreement} a library should perform an analysis if this
* agreement is demanded by it, and in this case supply an instance and
* {@linkplain AgreementAcceptanceService} for acceptance.
* </p>
* <p>
* If the {@code agreement} does not belong to the library, report empty result
* with bearable diagnostic of {@linkplain ForeignLicense} trouble code.
* </p>
*/
ServiceInvocationResult<AgreementAcceptanceService> agreementsService(AgreementToAccept agreement);

Expand Down

0 comments on commit 4119cfc

Please sign in to comment.