org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor
Class InterceptedBeanInitializer

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.builtin.metadata.broken.typeparam.interceptor.InterceptedBeanInitializer

@Binding
@Interceptor
public class InterceptedBeanInitializer
extends Object

Author:
Martin Kouba

Constructor Summary
InterceptedBeanInitializer()
           
 
Method Summary
 Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
           
 void setInterceptor(javax.enterprise.inject.spi.Bean<? super Milk> bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptedBeanInitializer

public InterceptedBeanInitializer()
Method Detail

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-2013 Seam Framework. All Rights Reserved.