org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.interceptor
Class AlphaInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.lifecycle.processBeanAttributes.interceptor.AlphaInterceptor

@AlphaInterceptorBinding
@Interceptor
public class AlphaInterceptor
extends Object


Constructor Summary
AlphaInterceptor()
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaInterceptor

public AlphaInterceptor()
Method Detail

aroundInvoke

public Object aroundInvoke(javax.interceptor.InvocationContext context)
                    throws Exception
Throws:
Exception


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