This interface seems so generic as to be difficult to understand what the
motivation is.

I can see the point of a one method interface like Comparable, but how does
ObjectFactory<T> help?  Is your goal documentation?  Name standardization?
Reflection marker?

On Sat, Dec 26, 2009 at 11:34 AM, Oliver Heger <oliver.he...@oliver-heger.de
> wrote:

> public interface ObjectFactory<T> {
>    T create();
> }
> Does this make sense?




-- 
Ted Dunning, CTO
DeepDyve

Reply via email to