christian-schlichtherle / truelicense

An open source engine for license management on the Java Virtual Machine.
https://truelicense.namespace.global
Apache License 2.0
319 stars 66 forks source link

Wrapped LicenseParam in v1.29 #11

Closed nikolakurtic closed 4 years ago

nikolakurtic commented 4 years ago

Hi again :)

If I have wrapped LicenseParam class as public interface ValidatingLicenseParam extends LicenseParam { Collection<Restriction> getRestrictions(); } and I use it to create LicenseManager, collection of Restriction is stored in license but in v4.0.3 I cannot access it while loading. Is there a way to access this field? Thanks!

christian-schlichtherle commented 4 years ago

I need more details to reproduce your issue, please.

christian-schlichtherle commented 4 years ago

Can I close this issue?