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