Feature #27
Add support for visibility modifier in pointcut expressions
| Status: | Closed | Start: | ||
| Priority: | Should have | Due date: | ||
| Assigned to: | Robert Lemke | % Done: | 0% |
|
| Category: | AOP | |||
| Target version: | 0.1.0 | |||
Description
Add support for a visibility modifier (public, protected, private) in pointcut expressions.
History
2007-02-26 14:18 - Robert Lemke
- Status changed from New to Closed
- Sprint set to fixed
(In r149) * Core: Fixed support for the negate modifier ("!") in the pointcut expression parser: This modifier was not tested and didn't work at all.
- Core: Implemented support for method visibility modifier (public / protected / private) in pointcut expressions. Fixes
#27.