org.jboss.cdi.tck.tests.implementation.producer.method.broken.interceptor
Class SimpleInterceptor_Broken

java.lang.Object
  extended by org.jboss.cdi.tck.tests.implementation.producer.method.broken.interceptor.SimpleInterceptor_Broken

@Interceptor
@Secure
public class SimpleInterceptor_Broken
extends Object


Constructor Summary
SimpleInterceptor_Broken()
           
 
Method Summary
 Integer foo()
           
 Object intercept(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleInterceptor_Broken

public SimpleInterceptor_Broken()
Method Detail

intercept

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

foo

@Produces
public Integer foo()


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