aboutsummaryrefslogtreecommitdiffstats
path: root/docs/progguide/progguide.adoc
blob: 2e595edb61ccf29fe6da7afbc2260447e050c982 (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
32
33
34
35
36
37
38
39
40
= The AspectJ^TM^ Programming Guide

:doctype: book

_by the AspectJ Team_

_Copyright (c) 1998-2001 Xerox Corporation, 2002 Palo Alto Research Center, Incorporated, 2003-2005 Contributors.
All rights reserved._

This programming guide describes the AspectJ language. A companion guide describes the tools which are part of the
AspectJ development environment.

* If you are completely new to AspectJ, please read the xref:gettingstarted.adoc#starting[getting started] chapter for a
  broad overview of AspectJ programming.
* If you are already familiar with AspectJ, but want a deeper understanding, you can learn more about the
  xref:language.adoc#language[AspectJ language] and look at the examples in the chapter.
* If you want a more formal definition of AspectJ, please refer to the xref:semantics.adoc#semantics[language semantics]
  section.

////
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::preface.adoc[Preface]

include::gettingstarted.adoc[Getting Started with AspectJ]

include::language.adoc[The AspectJ Language]

include::examples.adoc[Examples]

include::idioms.adoc[Idioms]

include::pitfalls.adoc[Pitfalls]

include::quickreference.adoc[AspectJ Quick Reference]

include::semantics.adoc[Language Semantics]

include::implementation.adoc[Implementation Notes]