Example usage for org.aspectj.lang JoinPoint.StaticPart interface-usage

List of usage examples for org.aspectj.lang JoinPoint.StaticPart interface-usage

Introduction

In this page you can find the example usage for org.aspectj.lang JoinPoint.StaticPart interface-usage.

Usage

From source file org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.java

/**
 * Implementation of AspectJ ProceedingJoinPoint interface
 * wrapping an AOP Alliance MethodInvocation.
 *
 * <p><b>Note</b>: the {@code getThis()} method returns the current Spring AOP proxy.
 * The {@code getTarget()} method returns the current Spring AOP target (which may be