Package org.jboss.forge.furnace.container.cdi.services

Examples of org.jboss.forge.furnace.container.cdi.services.LocalServiceInjectionPoint


            {
               if (instance instanceof ExportedInstanceImpl)
               {
                  // FIXME remove the need for this implementation coupling
                  result = ((ExportedInstanceImpl<?>) instance)
                           .get(new LocalServiceInjectionPoint(injectionPoint, serviceType));
               }
               else
               {
                  result = instance.get();
               }
View Full Code Here

TOP

Related Classes of org.jboss.forge.furnace.container.cdi.services.LocalServiceInjectionPoint

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.