summaryrefslogtreecommitdiffstats
path: root/docs/sandbox/api-clients/org/aspectj/samples/AsmRelationshipMapExtensionTest.java
Commit message (Collapse)AuthorAgeFilesLines
* bug#82171 Created sepereate handle provider to enable ASM use of ↵mkersten2005-04-141-2/+2
| | | | IDE-specific handle identifiers.
* Updated to include source location offset.mkersten2005-01-131-3/+6
|
* Added support for clients to extend the ASM relationships in order to addmkersten2004-08-181-0/+88
new relationships (such as the example in the sandbox that adds additional declared-parents relationships). There is no structural change to the compiler or weaver. The AsmRelationshipProvider is now accessed by getDefault() instead of statically, and its instance can be reset to be a subtype.