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

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

@Interceptor
@Priority(value=4799)
public class EarlierInterceptor
extends Object


Constructor Summary
EarlierInterceptor()
           
 
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

EarlierInterceptor

public EarlierInterceptor()
Method Detail

invoke

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


Copyright © 2008-2013. All Rights Reserved.