Package org.apache.felix.ipojo.manipulator.metadata.annotation.module

Examples of org.apache.felix.ipojo.manipulator.metadata.annotation.module.DefaultBindingModule


* @since 1.11.2
* @author <a href="mailto:dev@felix.apache.org">Felix Project Team</a>
*/
public class CoreModuleProvider extends DefaultModuleProvider {
    public CoreModuleProvider() {
        super(new DefaultBindingModule());
    }
View Full Code Here

TOP

Related Classes of org.apache.felix.ipojo.manipulator.metadata.annotation.module.DefaultBindingModule

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.