Package code.satyagraha.gfm.di.Component

Examples of code.satyagraha.gfm.di.Component.Scope


        @Override
        protected Object getGroupValue(Object object) {
            Class<?> component = (Class<?>) object;
            Component annotation = component.getAnnotation(Component.class);
            Scope scope = annotation.value();
            return scope;
        }
View Full Code Here

TOP

Related Classes of code.satyagraha.gfm.di.Component.Scope

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.