All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.liferay.object.internal.configuration.FunctionObjectValidationRuleEngineImplConfiguration Maven / Gradle / Ivy

The newest version!
/**
 * SPDX-FileCopyrightText: (c) 2023 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.object.internal.configuration;

import aQute.bnd.annotation.metatype.Meta;

import com.liferay.portal.configuration.metatype.annotations.ExtendedObjectClassDefinition;

/**
 * @author Mateus Santana
 */
@ExtendedObjectClassDefinition(generateUI = false)
@Meta.OCD(
	factory = true,
	id = "com.liferay.object.internal.configuration.FunctionObjectValidationRuleEngineImplConfiguration"
)
public interface FunctionObjectValidationRuleEngineImplConfiguration {

	@Meta.AD
	public String oAuth2ApplicationExternalReferenceCode();

	@Meta.AD
	public String resourcePath();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy