UNPKG

@openapi-generator-plus/java-retrofit-client-generator

Version:
16 lines (15 loc) 569 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.hooks = void 0; const api_1 = require("./api"); const pom_1 = require("./pom"); /** * This generator's whole-template overrides of `java-jaxrs-client`'s extension points: its own * Retrofit-annotated `Api.java` interface (see `api.ts`) and its own `pom.xml` (see `pom.ts`) — * both self-contained, replacing the JAX-RS-oriented defaults entirely rather than extending * them via the family's smaller hook points. */ exports.hooks = { api: api_1.api, pom: pom_1.pom, };