[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[aspectj-users] automatic comments at selected joinpoints
|
- From: Marcel Schiffel <marcelschiffel@xxxxxxxxxxxxxx>
- Date: Fri, 16 Jan 2009 08:52:29 +0100
- Delivered-to: aspectj-users@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=lHvxePXCJ3dTENY9VifVj2TtnbLvZlBEvhEoUQzgwCM=; b=kh9bpVMZXHGyOcZBlHN/aaw8Xdwv22cnB78taA0R9SbRx1Oz0FqPcZrS9SIpQ42XOf j+WhhaZovBljeEpzWBwzPs6RjG5rDt4Wxmq0WZAco10vBE8RZcMRKVdsDPk+CqeOVLlE WQK6+OnG/vDiQkuTqU7mdO/5PqZkVV+j13mQ8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Sn3pDvxNyc8KbQtYlKey31/2cKBpkp6/oS+5Ib7JP7FbfZrAs9f12Mxh4EOByvonXM lssuqiGxP0CY+L1PPWpI9+/307V0n1PrhGAAsShzbQHstgJ0xBs42wNpcKMwWyUgPL1n r1FXvHm+E3uHfSXN5ZaPTPr1B6dvOkdbaC3wg=
Hi,
is it possible to automatically add comments at places where pointcuts apply? This would improve readability of the code (java files) outside eclipse. If not, this might be a cool feature for future releases.
Many thanks in advance!