Fixed #122: Change default binding of IReferableElementsUnloader to GenericUnloader

Signed-off-by: Miro Spönemann <miro.spoenemann@typefox.io>
This commit is contained in:
Miro Spönemann 2016-10-13 11:21:04 +02:00
parent 8d9cea5738
commit bbda47b341

View file

@ -25,7 +25,7 @@ import com.google.inject.ImplementedBy;
* @author Sebastian Zarnekow - Initial contribution and API
* @author Jan Koehnlein
*/
@ImplementedBy(IReferableElementsUnloader.NullUnloader.class)
@ImplementedBy(IReferableElementsUnloader.GenericUnloader.class)
public interface IReferableElementsUnloader {
void unloadRoot(EObject root);