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

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

@Binding
@Interceptor
public class InterceptedBeanConstructor
extends Object

Author:
Martin Kouba

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

Constructor Detail

InterceptedBeanConstructor

@Inject
public InterceptedBeanConstructor(@Intercepted
                                         javax.enterprise.inject.spi.Bean<? extends Milk> bean)
Method Detail

alwaysReturnThis

public Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
                        throws Exception
Throws:
Exception


Copyright © 2008-2012 Seam Framework. All Rights Reserved.