rodionmoiseev / c10n

A Java library, focused on making internationalisation more modular, easier to evolve and maintain, robust-to-change and IDE-friendly without excess of external tools.
Apache License 2.0
67 stars 10 forks source link

Support for abstract class proxying #19

Closed rodionmoiseev closed 7 years ago

rodionmoiseev commented 11 years ago

Will be useful for creating partially implemented proxies. Needs some design considerations.

Implementation ideas: http://stackoverflow.com/questions/3291637/alternatives-to-java-lang-reflect-proxy-for-creating-proxies-of-abstract-classes/3292208#3292208

rodionmoiseev commented 7 years ago

Seems to have low value on a second thought. Will pospone until the need arises again.