org.jboss.resteasy.cdi.interceptors
Class PostConstructInterceptor

java.lang.Object
  extended by org.jboss.resteasy.cdi.interceptors.PostConstructInterceptor

@Interceptor
public class PostConstructInterceptor
extends Object

Version:
$Revision: 1.1 $ Copyright Dec 19, 2012
Author:
Ron Sigal

Constructor Summary
PostConstructInterceptor()
           
 
Method Summary
 void intercept(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostConstructInterceptor

public PostConstructInterceptor()
Method Detail

intercept

@PostConstruct
public void intercept(javax.interceptor.InvocationContext ctx)
               throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.