Encyclopedia > Pointcut

  Article Content

Pointcut

In computer science, a pointcut is a set of join points. Whenever the program execution reaches one of the join points described in the pointcut, a piece of code associated with the pointcut (called advice) is executed.

This means you can use pointcuts to describe where and when you want to execute additional code on top of the already defined behaviour. This allows you to add additional aspects to existing software or to design software with a clear separation of concerns, where you weave (merge) the different aspects into a complete application.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Northampton, Suffolk County, New York

... out of which 38.0% have children under the age of 18 living with them, 48.7% are married couples living together, 20.9% have a female householder with no husband ...

 
 
 
This page was created in 46.5 ms