= whitelist-aggregator Yang whitelist's are used to restrict list of modules that will be loaded to SchemaContext per maven module. == Usage Two steps are required to use this feature. * Define ***.xml file that defines whitelist itself like so: [source,xml] ---- Package name of YangModuleProvider class generated for respective yang model General description for model ... ---- * Define *yang.modules.whitelist* property in you project pom [source,xml] ---- ${project.basedir}/src/main/resources/honeycomb-minimal-resources/config/restconf-whitelist.xml ----