Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Refer to objects by their interfaces(full implementation) #35

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions