aboutsummaryrefslogtreecommitdiffstats
path: root/aspectj5rt/java5-src/org
Commit message (Collapse)AuthorAgeFilesLines
* concrete-aspect impl and doc for LTW - see #95529avasseur2005-10-251-1/+2
| | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming
* polish for last commitavasseur2005-10-171-62/+1
| | | | | (implement @AspectJ ITD @DeclareParents and @DeclareImplements changed AjType as ITD field is meaningless (as @AJ ITD is interface driven))
* implement @AspectJ ITD @DeclareParents and @DeclareImplementsavasseur2005-10-173-48/+138
| | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
* itd support in the MAPacolyer2005-10-0414-101/+906
|
* completes all of the MAP bar ITDsacolyer2005-10-0319-13/+830
|
* updates to reflection library (largely javadoc, but with a few small tweaks)acolyer2005-09-3029-165/+784
|
* couple of small generic signature tidiesacolyer2005-09-292-7/+7
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-214-2/+28
|
* @DeclareAnnotation and guard to not use it in M3, doc update for M3avasseur2005-07-181-0/+31
|
* updated reflection interfaces to represent a pointcut expression as a ↵acolyer2005-06-1710-16/+74
| | | | | | | 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.
* unused imports (only)wisberg2005-06-091-1/+0
|
* deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵avasseur2005-05-192-6/+10
| | | | some AJ5 doc fix
* testsrc -> java5-testsrc, placeholders for pre-1.5 buildwisberg2005-05-111-1/+0
|
* updated for DeclareError and DeclareWarningacolyer2005-04-298-17/+239
|
* this patch implements the MAP for aspects, pointcuts, and advice. just ↵acolyer2005-04-2514-53/+607
| | | | enough of an implementation to provide the support needed for some of the ataspectj visitor tests.
* @AJ annotation are runtime visible, fixed all licenses from branch for EPLavasseur2005-04-228-49/+80
|
* I'm committing this shell of an implementation for runtime reflection on ↵acolyer2005-04-1816-0/+985
| | | | AspectJ's type system. It's needed by the aUnit guys and provides a means for us to share a structure, take patches etc.. NOT to be considered finished (ha ha) or even a final design at this point in time. We have to do some compiler work to generate runtime-visible structures to support this...
* Changed copyright message slightly to keep test happy !aclement2005-04-138-8/+32
|
* From The Branch: Alex's new annotations for annotation style developmentaclement2005-04-128-0/+224
|
* Didnt have a default.aclement2005-02-171-1/+1
|
* Changed name and added definition of values.aclement2005-02-111-2/+3
|
* new module for Java5-specific additions to aspectjrt.jar. aspectjrt.jar is ↵wisberg2005-02-111-0/+30
assemble from this and its required module runtime. It requires Java 5; Eclipse developers not using 3.1 or Java 5 should close this module. In Ant, the java5-src directory will be ignored unless Ant is run under a 1.5 or later VM. See the build docs for more details.