Skip to content

Topic

Aspect-oriented programming

A programming approach that factors behaviour shared by many methods into advice applied to method calls selected by pointcuts, usually through generated proxies or bytecode weaving.

Current clusters