You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

devguide.adoc 1.3KB

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