You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2023. It is now read-only.
This change contains the full implementation of the item 52 (Refer to
objects by their interfaces). The partial implementation contains only the
return values for the Collection and Map interfaces but Java API contains
more interfaces.
One idea of implementation would be to use a code generating approach. The
program will generate the aspect code containing the pointcuts for all the
implementations of the Java API interfaces.
The main obstacle is how to automatically/programatically find all classes
implementing ALL Java API interfaces.
A possible enhancement would be to let the user to add add his own
interfaces and implementations and to generate an aspect containing also
this interfaces/implementations.
Original issue reported on code.google.com by adyc...@gmail.com on 12 Apr 2009 at 1:58