Skip to main content

Module joinpoint

Module joinpoint 

Source
Expand description

JoinPoint and related types.

A joinpoint represents a specific point in program execution where an aspect can be applied, such as a function call.

Structs§

JoinPoint
Information about a specific point in program execution.
Location
Source code location information.
ProceedingJoinPoint
A proceeding joinpoint that can be used in “around” advice.