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

com.sap.cloud.sdk.service.prov.api.annotations.Key Maven / Gradle / Ivy

There is a newer version: 1.40.11
Show newest version
/*******************************************************************************
 * (c) 201X SAP SE or an SAP affiliate company. All rights reserved.
 ******************************************************************************/
package com.sap.cloud.sdk.service.prov.api.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
* 

The Key annotation attached to a property of a class specifies * that the corresponding property is the key property.

*/ @Target({ElementType.FIELD}) @Retention(RetentionPolicy.RUNTIME) public @interface Key { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy