Skip to content

Commit

Permalink
[#1404] FLS: evolve to reduce maintenance cost
Browse files Browse the repository at this point in the history
let client code define its own licensing directions
  • Loading branch information
eparovyshnaya committed Jul 30, 2024
1 parent 9ce25c8 commit 9214538
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
import org.eclipse.passage.lic.base.registry.JointRegistry;
import org.eclipse.passage.lic.base.registry.ReadOnlyRegistry;

interface LicensingDirection {
public interface LicensingDirection {

public MinedConditionsRegistry conditionMiners();

public LicenseAcquisitionServicesRegistry acquirers();

public HashesRegistry hashes();

static final class Joint implements LicensingDirection {
public static final class Joint implements LicensingDirection {

private final List<LicensingDirection> delegates;

Expand Down

0 comments on commit 9214538

Please sign in to comment.