
com.liferay.headless.admin.site.internal.jaxrs.application.HeadlessAdminSiteApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.headless.admin.site.impl
Show all versions of com.liferay.headless.admin.site.impl
Liferay Headless Admin Site Implementation
The newest version!
/**
* SPDX-FileCopyrightText: (c) 2024 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.admin.site.internal.jaxrs.application;
import jakarta.annotation.Generated;
import jakarta.ws.rs.core.Application;
import org.osgi.service.component.annotations.Component;
/**
* @author Rubén Pulido
* @generated
*/
@Component(
property = {
"liferay.jackson=false",
"osgi.jaxrs.application.base=/headless-admin-site",
"osgi.jaxrs.extension.select=(osgi.jaxrs.name=Liferay.Vulcan)",
"osgi.jaxrs.name=Liferay.Headless.Admin.Site"
},
service = Application.class
)
@Generated("")
public class HeadlessAdminSiteApplication extends Application {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy