[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
List Home
]
[aspectj-users] Is it possible to declare new constructors with @DeclareParens/@DeclareMixins?
From
: João Gonçalves <
jocolimonada@xxxxxxxxx
>
Date
: Fri, 4 Sep 2009 08:51:32 +0100
Delivered-to
: aspectj-users@eclipse.org
Dkim-signature
: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=2Lk6zRqhdauyIUrmP5cU4hvFz+pDUvmUvSi2OaVGC/s=; b=QHHkTa1xcXq6VFAJGkxjvtSKfeze82lziKIpXiz0dLwuOj5oYScvnD7DPKdX89rUyr b7Qt6d/wHkNZpL+9ACwimpqussmiwVt2xMvgVpHrFpVvro71On0SWOsVuqzK3cznvysW dGramMWtxUgyib4Zp1BSkX9QZBqXIcIyMX3SM=
Domainkey-signature
: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=X4Cht2tS7C1jr7QLzkqTW7IHjQ4N4iuCoSwIYfUHt577lgqroyO91uL/kb1Pg8jWjO z5ATn8TC90kLoKdzfDexcI5mzvpeU5oe9JTmtogj5uDN/d2qllSEoWwcnbS2pO9CvUvv O25SILqk8jbtxzHEvYDg/6PNMv1lNZ+TZnCoE=
In traditional syntax, it is possible to declare members (fields, methods, and constructors) via inter-type declarations.
With @DeclareParents/@DeclareMixins it is easy to emulate fields (with getter and setter methods).
Is it also possible to declare new constructors for a type?
Thanks
Follow-Ups
:
Re: [aspectj-users] Is it possible to declare new constructors with @DeclareParens/@DeclareMixins?
From:
Ramnivas Laddad
Prev by Date:
RE: [aspectj-users] Intercept filter method
Next by Date:
Re: [aspectj-users] Is it possible to declare new constructors with @DeclareParens/@DeclareMixins?
Previous by thread:
[aspectj-users] Intercept filter method
Next by thread:
Re: [aspectj-users] Is it possible to declare new constructors with @DeclareParens/@DeclareMixins?
Index(es):
Date
Thread