blob: 6f019d43ac2c886c6ff49805fecc360c6815d61e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
= The AspectJ^TM^ Development Environment Guide
:doctype: book
:leveloffset: +1
_by the AspectJ Team_
_Copyright (c) 1998-2001 Xerox Corporation, 2002 Palo Alto Research Center, Incorporated, 2003-2005 Contributors.
All rights reserved._
This guide describes how to build and deploy AspectJ programs using the AspectJ tools and facilities. See also the
xref:../progguide/index.adoc[AspectJ Programming Guide], the documentation available with the AspectJ support
available for various integrated development environments (e.g. https://www.eclipse.org/ajdt/[Eclipse AJDT]), and the
most-recent documentation available from the https://eclipse.org/aspectj[AspectJ project page].
////
ATTENTION: Please do not remove blank lines in between 'include::' statements. Otherwise, section numbers in the
table of contents (TOC) can be wrong and the first section of each document missing completely.
////
include::tools-intro.adoc[Introduction to the AspectJ tools]
include::ajc.adoc[`ajc`, the AspectJ compiler/weaver]
include::ajdoc.adoc[`ajdoc`, the AspectJ API documentation generator]
include::aj.adoc[`aj`, the AspectJ load-time weaving launcher]
include::antsupport.adoc[AspectJ Ant Tasks]
include::ltw.adoc[Load-Time Weaving]
include::compatibility.adoc[AspectJ version compatibility]
|