1 package org.jumpmind.symmetric.ext;
2
3 /***
4 * This is a DataLoaderFilter that will only be applied to the node groups that
5 * are supported.
6 */
7 public interface INodeGroupExtensionPoint {
8
9 public String[] getNodeGroupIdsToApplyTo();
10
11 }