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

com.versionone.om.MetaRenamedAttribute Maven / Gradle / Ivy

Go to download

A strongly-typed object model library on top of the VersionOne SDK.Java API Client library.

The newest version!
/*(c) Copyright 2008, VersionOne, Inc. All rights reserved. (c)*/
package com.versionone.om;

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

/**
 * Name of filters for creating request URL to server. Must be applicable to.
 * getters.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface MetaRenamedAttribute {

    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy