sting-ioc / sting

https://sting-ioc.github.io
Apache License 2.0
8 stars 0 forks source link

Add option to fragment to disallow includes from different packages #58

Open realityforge opened 7 months ago

realityforge commented 7 months ago

Sometimes you want to enforce that a fragment only includes types from the current package. This is of particular use when you are require a fragment per-package and want to pick up errors when types are moved to a different package.