mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
[common types] made TypeResource implement ISynchonizable and synchonized computation and resolution in JvmDeclaredTypeImplCustom
This commit is contained in:
parent
ecd77565d6
commit
f13db54d2b
1 changed files with 1 additions and 1 deletions
|
@ -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}.
|
||||
|
|
Loading…
Reference in a new issue