summaryrefslogtreecommitdiffstats
path: root/aspectj5rt/java5-src/org/aspectj/lang/annotation
Commit message (Collapse)AuthorAgeFilesLines
* declaremixin: javadocaclement2009-03-091-1/+1
|
* declaremixinaclement2009-03-041-1/+1
|
* declaremixinaclement2009-03-041-11/+19
|
* declaremixinaclement2009-03-041-0/+34
|
* update license to EPLacolyer2006-06-011-2/+2
|
* no longer neededacolyer2005-12-191-31/+0
|
* rearchitect @decpavasseur2005-12-191-2/+2
|
* merge of changes from 1.5.0 branch into HEADacolyer2005-12-191-0/+10
|
* updates to advice annotations to allow specification (and generation) of ↵acolyer2005-11-295-0/+49
| | | | parameter names if needed
* concrete-aspect impl and doc for LTW - see #95529avasseur2005-10-251-1/+2
| | | | pbly some issue on abstract @Pointcut() in ajdt core - fix coming
* implement @AspectJ ITD @DeclareParents and @DeclareImplementsavasseur2005-10-172-1/+32
| | | | changed AjType as ITD field is meaningless (as @AJ ITD is interface driven)
* itd support in the MAPacolyer2005-10-041-0/+31
|
* tests and implementation for 108120 - runtime pointcut parsing and matching.acolyer2005-09-211-0/+9
|
* @DeclareAnnotation and guard to not use it in M3, doc update for M3avasseur2005-07-181-0/+31
|
* deow @AJ + @AfterXX annotation warnings + test + JDWP sample for LTW tests + ↵avasseur2005-05-192-6/+10
| | | | some AJ5 doc fix
* updated for DeclareError and DeclareWarningacolyer2005-04-292-0/+62
|
* this patch implements the MAP for aspects, pointcuts, and advice. just ↵acolyer2005-04-251-0/+31
| | | | 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
|
* 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.