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.

README-150.html 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
  2. <html> <head>
  3. <title>AspectJ 5 Development Kit v1.5.0 Readme</title>
  4. <style type="text/css">
  5. <!--
  6. P { margin-left: 20px; }
  7. PRE { margin-left: 20px; }
  8. LI { margin-left: 20px; }
  9. H4 { margin-left: 20px; }
  10. H3 { margin-left: 10px; }
  11. -->
  12. </style>
  13. </head>
  14. <body>
  15. <div align="right"><small>
  16. &copy; Copyright 2005 Contributors.
  17. All rights reserved.
  18. </small></div>
  19. <h1>AspectJ 5 Readme</h1>
  20. <p>AspectJ 5 introduces several important changes to the language and tools
  21. in order to support Java 5 and extend the capabilities of AspectJ in
  22. general. For language changes, see <a href="adk15notebook/index.html">AspectJ 5
  23. Developer's Notebook</a>. For tools changes, see the
  24. <a href="devguide/index.html">AspectJ Development Environment Guide</a>,
  25. especially the section on
  26. <a href="devguide/ltw.html">Load-time weaving</a>.
  27. The changes are summarized in the
  28. <a href="faq.html#q:aspectj5features">FAQ entry on AspectJ 5</a>.
  29. </p>
  30. <p>
  31. Some of the other documentation has not been updated for AspectJ 5.
  32. For the latest documentation, see
  33. <a href="http://eclipse.org/aspectj/doc/next/index.html">
  34. http://eclipse.org/aspectj/doc/next/index.html
  35. </a>, linked off
  36. <a href="http://eclipse.org/aspectj/docs.php">
  37. the AspectJ documentation home page
  38. </a>.
  39. </p>
  40. <p>For information on bug fixes in AspectJ 5 v1.5.0, see the <a href="changes.html">
  41. changes</a> document.</p>
  42. </body> </html>