1 package org.jumpmind.symmetric.load;
2
3 import org.jumpmind.symmetric.ext.INodeGroupExtensionPoint;
4
5 /***
6 * This is a DataLoaderFilter that will only be applied to the node groups that
7 * are supported.
8 */
9 public interface INodeGroupDataLoaderFilter extends IDataLoaderFilter, INodeGroupExtensionPoint {
10
11 }