Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-dev] declare annotation


thats odd - it works for me... oh hang on I've not committed it yet :)

Declare annotation is fully implemented and will be in a build in the next day or so !

However, the actual syntax is:

declare @type: BierWerbung: @PremiumPartner;

with related variants

declare @method: <method sig>: @<someannotation>
declare @constructor: <constructor sig>: @<someannotation>
declare @field: <field sig>: @<someannotation>


cheers,
Andy.



"Oli B." <boehm@xxxxxxxxxx>
Sent by: aspectj-dev-admin@xxxxxxxxxxx

10/03/2005 16:13

Please respond to
aspectj-dev@xxxxxxxxxxx

To
aspectj-dev@xxxxxxxxxxx
cc
Subject
[aspectj-dev] declare annotation





Hello,

is the "declare annotation" implemented? I guess not because I get an
syntax error with the following declaration:

                declare annotation : BierWerbung : @PremiumPartner;

Or does the syntax (as described in the developers notebook) have changed?

regards
Oliver
--
Oliver Böhm
http://www.javatux.de

_______________________________________________
aspectj-dev mailing list
aspectj-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-dev


Back to the top