4 views

1 Answers

In computer science, a join point is a point in the control flow of a program where the control flow can arrive via two different paths. In particular, it's a basic block that has more than one predecessor. In aspect-oriented programming a set of join points is called a pointcut. A join point is a specification of when, in the corresponding main program, the aspect code should be executed.

The join point is a point of execution in the base code where the advice specified in a corresponding pointcut is applied.

4 views

Related Questions

What is Infrared fixed point?
1 Answers 4 Views
What is Church Point Ferry?
1 Answers 4 Views
What is Glebe Point?
1 Answers 4 Views
What is Missed approach point?
1 Answers 7 Views
What is Hash join?
1 Answers 4 Views
What is Nested loop join?
1 Answers 5 Views
What is Sort-merge join?
1 Answers 4 Views
What is Join (SQL)?
1 Answers 8 Views
What is Recursive join?
1 Answers 4 Views