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

org.zodiac.sdk.json.annotation.JSONNodeName Maven / Gradle / Ivy

There is a newer version: 1.5.17
Show newest version
package org.zodiac.sdk.json.annotation;

import java.lang.annotation.*;

@Deprecated
@Target({ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface JSONNodeName {
    String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy