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.

index.adoc 1.2KB

123456789101112131415161718192021222324252627282930
  1. = The AspectJ^TM^ Programming 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 programming guide describes the AspectJ language. A companion guide describes the tools which are part of the
  8. AspectJ development environment.
  9. * If you are completely new to AspectJ, please read the xref:gettingstarted.adoc#starting[getting started] chapter for a
  10. broad overview of AspectJ programming.
  11. * If you are already familiar with AspectJ, but want a deeper understanding, you can learn more about the
  12. xref:language.adoc#language[AspectJ language] and look at the examples in the chapter.
  13. * If you want a more formal definition of AspectJ, please refer to the xref:semantics.adoc#semantics[language semantics]
  14. section.
  15. **Table of Contents**
  16. * xref:preface.adoc[Preface]
  17. * xref:gettingstarted.adoc[Getting Started with AspectJ]
  18. * xref:language.adoc[The AspectJ Language]
  19. * xref:examples.adoc[Examples]
  20. * xref:idioms.adoc[Idioms]
  21. * xref:pitfalls.adoc[Pitfalls]
  22. * xref:quickreference.adoc[AspectJ Quick Reference]
  23. * xref:semantics.adoc[Language Semantics]
  24. * xref:implementation.adoc[Implementation Notes]