org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority
Class LaterInterceptor

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.priority.LaterInterceptor

@Interceptor
@Priority(value=4801)
public class LaterInterceptor
extends Object


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

Constructor Detail

LaterInterceptor

public LaterInterceptor()
Method Detail

invoke

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


Copyright © 2008-2013. All Rights Reserved.