diff options
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> |