Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] doc for interface itd

Added to
  docs/progGuideDB/implementation.xml

If this isn't right, please comment or fix.

Wes

-----
When declaring members on interfaces, the implementation must
control both the interface and the top-level implementors of
that interface (the classes that implement the interface but
do not have a superclass that implements the interface).
You may weave these separately, but be aware that you will get
runtime exceptions if you run the affected top-level classes
without the interface as produced by the same ajc implementation.
Also note that one cannot define static fields or methods
on interfaces.
-----





Back to the top