summaryrefslogtreecommitdiffstats
path: root/aspectj5rt/java5-src/org/aspectj/lang/reflect/PointcutExpression.java
Commit message (Collapse)AuthorAgeFilesLines
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-301-1/+1
|
* updated reflection interfaces to represent a pointcut expression as a ↵acolyer2005-06-171-0/+24
PointcutExpression rather than as a String. This abstraction is needed to support runtime creation and matching of pointcut expressions down the line. Note that the whole MAP support in this module is still a work in progress and is scheduled for completion in M4. -- AMC.