[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: EPackage.Registry

Alex,

Yes, once the package is fully initialized at the end of the init, we could add it to the registry to replace the "temporary descriptor" which is there to ensure that other threads block and the initiating thread doesn't reentrantly initialize the class (which unblocks other threads).


Alex Boyko wrote:
Ed,

You mean at the end of XXXPackageImpl init method is ok to add the package to the registry? Thanks.

Cheers,
Alex