Jump to content

Join point

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Marudubshinki (talk | contribs) at 18:11, 1 December 2005. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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, so that it can be referred to as a pointcut. A join point is where the main program and the aspect meets.