org.jboss.cdi.tck.tests.extensions.alternative.metadata
Class GroceryInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.extensions.alternative.metadata.GroceryInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
public class GroceryInterceptor
extends Object
implements Serializable

See Also:
Serialized Form

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

Constructor Detail

GroceryInterceptor

public GroceryInterceptor()
Method Detail

interceptFoo

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


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