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.xml 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  3. "../../lib/docbook/docbook-dtd/docbookx.dtd"
  4. [
  5. <!ENTITY jpsigs SYSTEM "joinpointsignatures.xml">
  6. <!ENTITY annotations SYSTEM "annotations.xml">
  7. <!ENTITY generics SYSTEM "generics.xml">
  8. <!ENTITY enumeratedtypes SYSTEM "enumeratedtypes.xml">
  9. <!ENTITY autoboxing SYSTEM "autoboxing.xml">
  10. <!ENTITY covariance SYSTEM "covariance.xml">
  11. <!ENTITY varargs SYSTEM "varargs.xml">
  12. <!ENTITY pertypewithin SYSTEM "pertypewithin.xml">
  13. <!ENTITY ltw SYSTEM "ltw.xml">
  14. <!ENTITY ataspectj SYSTEM "ataspectj.xml">
  15. <!ENTITY miscellaneous SYSTEM "miscellaneous.xml">
  16. <!ENTITY reflection SYSTEM "reflection.xml">
  17. <!ENTITY grammar SYSTEM "grammar.xml">]>
  18. <book>
  19. <bookinfo>
  20. <title>The AspectJ<superscript>TM</superscript> 5 Development Kit Developer's Notebook</title>
  21. <authorgroup>
  22. <author>
  23. <othername>the AspectJ Team</othername>
  24. </author>
  25. </authorgroup>
  26. <legalnotice>
  27. <para>
  28. Copyright (c) 2004, 2005 Contributors,
  29. All rights reserved.
  30. </para>
  31. </legalnotice>
  32. <abstract>
  33. <para>
  34. This guide describes the changes to the AspectJ language
  35. in AspectJ 5. These include support for Java 5 (Tiger) features,
  36. support for an annotation-based development style for aspects,
  37. and new reflection and tools APIs.
  38. If you are new to AspectJ, we recommend you start
  39. by reading the programming guide.
  40. </para>
  41. </abstract>
  42. </bookinfo>
  43. &jpsigs;
  44. &annotations;
  45. &generics;
  46. &autoboxing;
  47. &covariance;
  48. &varargs;
  49. &enumeratedtypes;
  50. &pertypewithin;
  51. &ataspectj;
  52. &reflection;
  53. &miscellaneous;
  54. &ltw;
  55. </book>