Package org.jboss.weld.bootstrap.events

Examples of org.jboss.weld.bootstrap.events.RequiredAnnotationDiscovery


            if (executor != null) {
                services.add(ExecutorServices.class, executor);
            }
        }

        services.add(RequiredAnnotationDiscovery.class, new RequiredAnnotationDiscovery(services.get(ReflectionCache.class)));

        /*
         * Setup Validator
         */
        BootstrapConfiguration bootstrapConfiguration = services.get(BootstrapConfiguration.class);
View Full Code Here

TOP

Related Classes of org.jboss.weld.bootstrap.events.RequiredAnnotationDiscovery

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.