@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface With
The With annotation is used to delegate interceptors
With
Class<?>[]
value
public abstract Class<?>[] value
Specifies the interceptor classes
Copyright © 2014–2018 OSGL (Open Source General Library). All rights reserved.