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

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

@Priority(value=1015)
@Transactional
@Interceptor
public class GloballyEnabledInterceptor3
extends AbstractInterceptor


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

GloballyEnabledInterceptor3

public GloballyEnabledInterceptor3()


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