org.yajul.micro
Interface Configuration


public interface Configuration

Classes in bootstrap that implement this interface can define any number of components in the microcontainer. The bootstrap class itself will be registered in the microcontainer first, then if it implements this interface it will be immediately instantiated and executed.
User: josh Date: Mar 11, 2008 Time: 10:39:50 PM


Method Summary
 void addComponents(MicroContainer microContainer)
           
 

Method Detail

addComponents

void addComponents(MicroContainer microContainer)


Copyright © 2008. All Rights Reserved.