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

com.emc.documentum.springdata.entitymanager.mapping.DctmAttribute Maven / Gradle / Ivy

The newest version!
package com.emc.documentum.springdata.entitymanager.mapping;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Copyright (c) 2015 EMC Corporation. All Rights Reserved.
 * EMC Confidential: Restricted Internal Distribution
 */

/**
 *  * Annotation to define custom metadata for DCTMObject fields.
 *
 * @author Raman Walia
 *  
 */

@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface DctmAttribute {

    /**
     * The key to be used to store the field inside the document.
     *
     * @return String
     */

    String value() default "";
}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy