com.liferay.segments.asah.rest.internal.jaxrs.application.SegmentsAsahRESTApplication Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.segments.asah.rest.impl
Show all versions of com.liferay.segments.asah.rest.impl
Liferay Segments Asah REST 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.segments.asah.rest.internal.jaxrs.application;
import javax.annotation.Generated;
import javax.ws.rs.core.Application;
import org.osgi.service.component.annotations.Component;
/**
* @author Javier Gamarra
* @generated
*/
@Component(
property = {
"liferay.jackson=false", "osgi.jaxrs.application.base=/segments-asah",
"osgi.jaxrs.extension.select=(osgi.jaxrs.name=Liferay.Vulcan)",
"osgi.jaxrs.name=Liferay.Segments.Asah.REST"
},
service = Application.class
)
@Generated("")
public class SegmentsAsahRESTApplication extends Application {
}