Package org.opendaylight.yangtools.plugin.generator.api


@Export package org.opendaylight.yangtools.plugin.generator.api
API exposed by generator plugins, i.e. pluggable pieces of code which want to create code (and other) files from an EffectiveModelContext.

The primary entry point is FileGeneratorFactory, which needs to be implemented for bootstrapping a particular generator. Such implementations are discovered using normal discovery methods, for example they should always be published as ServiceLoader services.