Hello,
In EMF runtime and generated code there is a "interface instance access"
pattern like:
public interface Registry
{
public static final Registry INSTANCE = new RegistryImpl();
}
It is good and stable. It works perfect.
However, it may look "too static" for OSGi-based approach where
interface should not reference its implementation.
How would you implement it today for OSGi-oriented architecture executed
by 1.8+ Java?
Thanks,
AF
_______________________________________________
emf-dev mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from
this list, visit
https://www.eclipse.org/mailman/listinfo/emf-dev