[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
List Home
]
[aspectj-users] Can I use "Declare Parents" to make an interface be the parent of another interface?
From
: João Gonçalves <
jocolimonada@xxxxxxxxx
>
Date
: Tue, 1 Sep 2009 14:57:46 +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=CJ3jM63MAOdgXx0Y5uY7M/pNnN9ynJTqtPrm520zHqU=; b=syGRUPG5XSNXRY1MdOons8HP5chTyEIZQTnfz1sFtfBbunb5lXYydk5avj+ucV2y+/ O/hNDDofwBmPguyJBnwtVtnn6K0bbdGKC8Nsqo36J/a9FdCUj2qMzEZb8HTBiQGOmkgi QMvDD26HnK1F8iP+oY50Q1HUxsvRG3pXA83Es=
Domainkey-signature
: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=So5qpUBiDggb+XjazfiYscKobWFJsdreBi+gfH3ATNy2+gYgQ9k6FtRngf8FaEMLGz XieYAiEkS3Wu3a8rgVr16cgPmGj9qIUgbnl1ywePNju5JdRvJBbAT+0YngsOJCDzLt1s 7rKgxhJtKJkQYiTLfeCXThm0V48ehgFBIz574=
Greetings.
Can I use @DeclareParents this way:
interface A { }
interface B { }
@DeclareParents(value="B", defaultImpl=BImpl.class)
private A something;
class C implements A { }
Will class C have the methods declared in B?
Follow-Ups
:
Re: [aspectj-users] Can I use "Declare Parents" to make an interface be the parent of another interface?
From:
Andy Clement
Prev by Date:
Re: [aspectj-users] Visibility of inter-type members with @DeclareMixin and @DeclareParents
Next by Date:
[aspectj-users] [BUG?] @DeclareParents - Am I defining an implementation for the interface or the classes that implement the interface?
Previous by thread:
Re: [aspectj-users] Visibility of inter-type members with @DeclareMixin and @DeclareParents
Next by thread:
Re: [aspectj-users] Can I use "Declare Parents" to make an interface be the parent of another interface?
Index(es):
Date
Thread