Join point

From Wikipedia, the free encyclopedia

In computer science, a join point is a point in the flow of a program. In aspect-oriented programming a set of join points is described as a pointcut. A join point is where the main program and the aspect meet.

Conceptually, a join point exists there where Hoare logic places an assertion.