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

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

@Priority(value=1025)
@Transactional
@Interceptor
public class GloballyEnabledInterceptor4
extends AbstractInterceptor


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

GloballyEnabledInterceptor4

public GloballyEnabledInterceptor4()


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