diff options
author | mkersten <mkersten> | 2004-04-27 05:00:49 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2004-04-27 05:00:49 +0000 |
commit | a0a485769158ab44e251deeecf8c294ca3ac7526 (patch) | |
tree | 026fd3725ba1d4d34318055d36545c24bc390761 /asm | |
parent | 0a624fc22e84c2665f17a18b9c66b9b387487e0b (diff) | |
download | aspectj-a0a485769158ab44e251deeecf8c294ca3ac7526.tar.gz aspectj-a0a485769158ab44e251deeecf8c294ca3ac7526.zip |
Start of ASM API docs.
Diffstat (limited to 'asm')
-rw-r--r-- | asm/src/org/aspectj/asm/overview.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/asm/src/org/aspectj/asm/overview.html b/asm/src/org/aspectj/asm/overview.html new file mode 100644 index 000000000..6608bd24e --- /dev/null +++ b/asm/src/org/aspectj/asm/overview.html @@ -0,0 +1,9 @@ +<p>The is a placeholder for a document describing the Abstract Structure Model (ASM). +</p> +<p><b>Notes</b></p> +<ul> + <li>The ASM contains the declaration hierarchy up to the member signature + level of granularity. In the case that an sub-method element is advised + (e.g. a call site, field get/set, or exception handler) the advised element + will also be present as a child of that member.</li> +</ul> |