[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [aspectj-dev] Fwd: metacomments and aspectj - need suggestion
|
- From: Ichthyostega <prg@xxxxxxxxxxxxxxx>
- Date: Fri, 23 Oct 2009 16:32:31 +0200
- Delivered-to: aspectj-dev@eclipse.org
- Openpgp: id=A1DE94B2
- User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)
Sergey Staroletov schrieb:
> ...I want to try to extend aspectj language to process my special comments
> (non-java doc, just single-line or multi-line user comments) in java files
> with aspectj weaving.
Hi Sergey,
asking just out of curiosity: would it be possible to use annotations?
After annotations where added to the java language, I always thought
there would be never again the need for "magic" tokens hidden in comments.
But I may be wrong, and thus I'm curious what could prevent you from
building on a set of special annotations?
Hermann V.