public class AOP extends Object
| Constructor and Description |
|---|
AOP() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
invoke(Object ctx,
Method m,
Object target,
Object... args) |
static void |
register(Class<? extends Annotation> annotated,
AOPInterceptor interceptor) |
public static void register(Class<? extends Annotation> annotated, AOPInterceptor interceptor)
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.