
com.liferay.headless.delivery.internal.jaxrs.application.HeadlessDeliveryApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.headless.delivery.impl
Show all versions of com.liferay.headless.delivery.impl
Liferay Headless Delivery Implementation
The newest version!
/**
* SPDX-FileCopyrightText: (c) 2000 Liferay, Inc. https://liferay.com
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/
package com.liferay.headless.delivery.internal.jaxrs.application;
import jakarta.annotation.Generated;
import jakarta.ws.rs.core.Application;
import org.osgi.service.component.annotations.Component;
/**
* @author Javier Gamarra
* @generated
*/
@Component(
property = {
"liferay.jackson=false",
"osgi.jaxrs.application.base=/headless-delivery",
"osgi.jaxrs.extension.select=(osgi.jaxrs.name=Liferay.Vulcan)",
"osgi.jaxrs.name=Liferay.Headless.Delivery"
},
service = Application.class
)
@Generated("")
public class HeadlessDeliveryApplication extends Application {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy