public class InterceptorConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
Set<Class<? extends Annotation>> |
annotated |
AOPInterceptor |
interceptor |
| Constructor and Description |
|---|
InterceptorConfig(AOPInterceptor interceptor,
Class<? extends Annotation>[] annotated) |
public final Set<Class<? extends Annotation>> annotated
public final AOPInterceptor interceptor
public InterceptorConfig(AOPInterceptor interceptor, Class<? extends Annotation>[] annotated)
Copyright © 2014–2015 Nikolche Mihajlovski and contributors. All rights reserved.