<HTML><BODY>Hi all<br><br>Could anyone suggest solution for the following situation.<br>Lets suppose we have:<br><br>public interface SomeManager{}<br><br>@ApplicationScoped<br>public class SomeManagerImpl implements SomeManager{}<br><br>@ApplicationScoped<br>public class Application {} //application entry point<br><br>In Application I need to pass configuration to SomeManagerImpl, but I don't want to <br>add setConfiguration method to SomeManager interface. What is the best way<br>to do it in Weld? Maybe I use some CDI mechanisms, or add extra classes. Please, help.<br><br>Best regards, Alex Sviridov</BODY></HTML>