Abnaxos / meldioc

A prototype of an IoC (Inversion of Control) library for Java
MIT License
5 stars 1 forks source link

Introduce partial configurations / profiles #97

Open Abnaxos opened 3 years ago

Abnaxos commented 3 years ago

In some situations, it may be useful to put together a collection of mounts that can be mounted to a configuration in one step. We could call this "partial configuration" or "profile".

Allowing mounts in features may be another solution to address the same problem. This would avoid introducing a new semantic unit into Meld, but it would blur the line between features and configurations.