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.

adk15notebook.adoc 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. ////
  10. ATTENTION: Please do not remove blank lines in between 'include::' statements. Otherwise, section numbers in the
  11. table of contents (TOC) can be wrong and the first section of each document missing completely.
  12. ////
  13. include::joinpointsignatures.adoc[Join Point Signatures]
  14. include::annotations.adoc[Annotations]
  15. include::generics.adoc[Generics]
  16. include::autoboxing.adoc[Autoboxing and Unboxing]
  17. include::covariance.adoc[Covariance]
  18. include::varargs.adoc[Varargs]
  19. include::enumeratedtypes.adoc[Enumerated Types]
  20. include::pertypewithin.adoc[The `pertypewithin` Aspect Instantiation Model]
  21. include::ataspectj.adoc[An Annotation Based Development Style]
  22. include::reflection.adoc[New Reflection Interfaces]
  23. include::miscellaneous.adoc[Other Changes in AspectJ 5]
  24. include::ltw.adoc[Load-Time Weaving]
  25. include::grammar.adoc[A Grammar for the AspectJ 5 Language]