Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] A few questions on @DeclareParents

Hi

@DeclareParent and @DeclareAnnotation are not yet implemented and
won't be in AspectJ M3 (they will be in M4), thus you cannot use them
in AJDT neither.

You may use the code style form of those though.

Alex

On 7/19/05, Marius Danciu <mdanciusv@xxxxxxxxx> wrote:
> Hello,
> 
> I'm using eclipse-SDK-3.1RC4-win32.zip with
> ajdt_1.2.1.20050715120753_archive.zip plug-in build. I
> need to use inter-type declarations using an annotated
> based aspect. I can use just fine @Aspect, @Pointcut …
> but it seems that @DeclareParents is not there. Am I
> using the right AJDT version? What can I do to
> successfully use @DeclareParents?
> 
> Note
> I also installed AspectJ 1.5 separately and also
> couldn't compile @DeclareParents annotation. Could you
> help me spot the problem?
> 
> 
> 
> Thanks so much,
> Marius
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>

Back to the top