package jetbrains.mps.debug.api.programState; /*Generated by MPS */ /** * Default implementation for {@link jetbrains.mps.debug.api.programState.IWatchable }, extend this class instead of implementing interface directly to facilitate API change */ public abstract class AbstractWatchable implements Watchable2 { }