| Package | Description |
|---|---|
| org.aspectj.lang |
Provides several interfaces for obtaining reflective information about a
join point, as well as several exceptions that can be thrown by AspectJ
code.
|
| org.aspectj.runtime.reflect |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProceedingJoinPoint
ProceedingJoinPoint exposes the proceed(..) method in order to support around advice in @AJ aspects
|
| Modifier and Type | Method and Description |
|---|---|
static JoinPoint |
Factory.makeJP(JoinPoint.StaticPart staticPart,
Object _this,
Object target) |
static JoinPoint |
Factory.makeJP(JoinPoint.StaticPart staticPart,
Object _this,
Object target,
Object arg0) |
static JoinPoint |
Factory.makeJP(JoinPoint.StaticPart staticPart,
Object _this,
Object target,
Object[] args) |
static JoinPoint |
Factory.makeJP(JoinPoint.StaticPart staticPart,
Object _this,
Object target,
Object arg0,
Object arg1) |
Copyright © 2020. All rights reserved.