Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Pointcut
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
In [[aspect-oriented programming]], a '''pointcut''' is a set of [[join point]]s. A pointcut specifies where exactly to apply an [[Advice in aspect-oriented programming|advice]], which allows separation of concerns and helps in modularizing business logic.<ref>{{Cite web|url=https://pp.ipd.kit.edu/uploads/publikationen/stoerzer05splat.pdf|title=A Classification of Pointcut Language Constructs|last=|first=|date=|website=|publisher=|access-date=29 December 2019}}</ref> Pointcuts are often specified using class names or method names, in some cases using regular expressions that match class or method names. Different frameworks support different Pointcut expressions; [[AspectJ]] syntax is considered as de facto standard. Frameworks are available for various programming languages like [[Java (programming language)|Java]], [[Perl]], [[Ruby (programming language)|Ruby]], and many more which support pointcuts.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)