Abnaxos / meldioc

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

Introduce concrete mounts #105

Open Abnaxos opened 2 years ago

Abnaxos commented 2 years ago

The mount method is a concrete method that returns a fully implemented feature. It's basically the same as injected mounts, but it's hardcoded into the configuration.

This idea was already mentioned in #37.