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