org.jboss.cdi.tck.interceptors.tests.aroundConstruct.bindings.basic
Class AlphaInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.interceptors.tests.aroundConstruct.bindings.basic.AbstractInterceptor
      extended by org.jboss.cdi.tck.interceptors.tests.aroundConstruct.bindings.basic.AlphaInterceptor
All Implemented Interfaces:
Serializable

@Interceptor
@AlphaBinding
public class AlphaInterceptor
extends AbstractInterceptor
implements Serializable

See Also:
Serialized Form

Constructor Summary
AlphaInterceptor()
           
 
Method Summary
 void aroundConstruct(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class org.jboss.cdi.tck.interceptors.tests.aroundConstruct.bindings.basic.AbstractInterceptor
checkConstructor, isInvoked, reset, setInvoked
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlphaInterceptor

public AlphaInterceptor()
Method Detail

aroundConstruct

public void aroundConstruct(javax.interceptor.InvocationContext ctx)


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