<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "../../lib/docbook/docbook-dtd/docbookx.dtd" [ <!ENTITY jpsigs SYSTEM "joinpointsignatures.xml"> <!ENTITY annotations SYSTEM "annotations.xml"> <!ENTITY generics SYSTEM "generics.xml"> <!ENTITY enumeratedtypes SYSTEM "enumeratedtypes.xml"> <!ENTITY autoboxing SYSTEM "autoboxing.xml"> <!ENTITY covariance SYSTEM "covariance.xml"> <!ENTITY varargs SYSTEM "varargs.xml"> <!ENTITY pertypewithin SYSTEM "pertypewithin.xml"> <!ENTITY ltw SYSTEM "ltw.xml"> <!ENTITY ataspectj SYSTEM "ataspectj.xml"> <!ENTITY miscellaneous SYSTEM "miscellaneous.xml"> <!ENTITY reflection SYSTEM "reflection.xml"> <!ENTITY grammar SYSTEM "grammar.xml">]> <book> <bookinfo> <title>The AspectJ<superscript>TM</superscript> 5 Development Kit Developer's Notebook</title> <authorgroup> <author> <othername>the AspectJ Team</othername> </author> </authorgroup> <legalnotice> <para> Copyright (c) 2004 Contributors, All rights reserved. </para> </legalnotice> <abstract> <para> This guide describes the changes to the AspectJ language and tools in AspectJ 5. These include support for Java 5 (Tiger) features, enhancements to load-time weaving, an support for an annotation-based development style for aspects. If you are new to AspectJ, we recommend you start by reading the programming guide. </para> <para> This is a draft document and is <emphasis>subject to change</emphasis> before the design and implementation is complete. There is also no guarantee that all of the features in this document will be implemented in a 1.5.0 release - some may be deferred until 1.5.1 or even later. In general, features in which we have more confidence in the design will be implemented earlier, providing a framework for user feedback and direction setting on features for which the use cases are less obvious at time of writing. </para> </abstract> </bookinfo> &jpsigs; &annotations; &generics; &autoboxing; &covariance; &varargs; &enumeratedtypes; &pertypewithin; &ataspectj; &reflection; &miscellaneous; <w; &grammar; </book>