Package org.jboss.solder.literal

Examples of org.jboss.solder.literal.RequestScopedLiteral


                    "] does not have a normal scope - overriding it with @RequestScoped");           
           
            AnnotatedTypeBuilder<T> builder = new AnnotatedTypeBuilder<T>().readFromType(event.getAnnotatedBeanClass());
           
            builder.removeFromClass(event.getBean().getScope());
            builder.addToClass(new RequestScopedLiteral());
        }
    }
View Full Code Here

TOP

Related Classes of org.jboss.solder.literal.RequestScopedLiteral

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.