[common types] made TypeResource implement ISynchonizable and synchonized computation and resolution in JvmDeclaredTypeImplCustom

This commit is contained in:
Sven Efftinge 2013-02-26 11:38:06 +01:00 committed by Gerrit Code Review @ Eclipse.org
parent ecd77565d6
commit f13db54d2b

View file

@ -21,7 +21,7 @@ import com.google.common.annotations.Beta;
*/
@Beta
@NonNullByDefault
public interface ISynchronizable<Synchronizable extends ISynchronizable<Synchronizable>> {
public interface ISynchronizable<Synchronizable> {
/**
* Exposes the coarse grained lock for this {@link ISynchronizable}.