@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Lazy
Interceptor
, it means that it should only
be instantiated if the Interceptor.accepts(br.com.caelum.vraptor.resource.ResourceMethod)
method returns true. In this case, the Interceptor.accepts(br.com.caelum.vraptor.resource.ResourceMethod)
should only depend on the received ResourceMethod
.Copyright © 2013 Caelum. All Rights Reserved.