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.1KB

123456789101112131415161718192021222324252627
  1. = The AspectJ^TM^ 5 Development Kit Developer's Notebook
  2. :doctype: book
  3. :leveloffset: +1
  4. _by the AspectJ Team_
  5. _Copyright (c) 2004, 2005 Contributors. All rights reserved._
  6. This guide describes the changes to the AspectJ language in AspectJ 5. These include support for Java 5 features,
  7. support for an annotation-based development style for aspects and new reflection and tools APIs. If you are new to
  8. AspectJ, we recommend you start by reading the programming guide.
  9. **Table of Contents**
  10. * xref:joinpointsignatures.adoc[Join Point Signatures]
  11. * xref:annotations.adoc[Annotations]
  12. * xref:generics.adoc[Generics]
  13. * xref:autoboxing.adoc[Autoboxing and Unboxing]
  14. * xref:covariance.adoc[Covariance]
  15. * xref:varargs.adoc[Varargs]
  16. * xref:enumeratedtypes.adoc[Enumerated Types]
  17. * xref:pertypewithin.adoc[The `pertypewithin` Aspect Instantiation Model]
  18. * xref:ataspectj.adoc[An Annotation Based Development Style]
  19. * xref:reflection.adoc[New Reflection Interfaces]
  20. * xref:miscellaneous.adoc[Other Changes in AspectJ 5]
  21. * xref:ltw.adoc[Load-Time Weaving]
  22. * xref:grammar.adoc[A Grammar for the AspectJ 5 Language]