Content deleted Content added
m →Relationship to aspect-oriented programming: Removed false comma |
|||
Line 9:
==Relationship to aspect-oriented programming==
The introduction of [[aspect-oriented programming]] in 1997
* the aspect program comprises both a) a cross-cut that comprises a point in the execution where cross-cutting behavior is to be included; and b) a cross-cut action comprising a piece of implementation associated with the cross-cut, the piece of implementation comprising computer readable program code that implements the cross-cutting behavior.
* the aspect transparently forces the cross-cutting behavior on object classes and other software entities
|