org.jboss.cdi.tck.tests.interceptors.ordering.global
Class GloballyPrioritizedInterceptor1

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.ordering.global.AbstractInterceptor
      extended by org.jboss.cdi.tck.tests.interceptors.ordering.global.GloballyPrioritizedInterceptor1

@Transactional
@Interceptor
public class GloballyPrioritizedInterceptor1
extends AbstractInterceptor


Constructor Summary
GloballyPrioritizedInterceptor1()
           
 
Method Summary
 
Methods inherited from class org.jboss.cdi.tck.tests.interceptors.ordering.global.AbstractInterceptor
aroundInvoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GloballyPrioritizedInterceptor1

public GloballyPrioritizedInterceptor1()


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