org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor
Class InterceptedBeanInitializer
java.lang.Object
org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanInitializer
@Binding
@Interceptor
public class InterceptedBeanInitializer
- extends Object
- Author:
- Martin Kouba
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptedBeanInitializer
public InterceptedBeanInitializer()
setInterceptor
@Inject
public void setInterceptor(@Intercepted
javax.enterprise.inject.spi.Bean<? super Milk> bean)
alwaysReturnThis
public Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
throws Exception
- Throws:
Exception
Copyright © 2008-2012 Seam Framework. All Rights Reserved.