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
List of rare diseases starting with A

... Davis Farrage syndrome[?] Abdominal aortic aneurysm[?] Abdominal cystic lymphangioma[?] Abdominal defects[?] Abdominal musculature absent microphthalmia join ...

 
 
 
This page was created in 32.1 ms