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

dev.ssdd.zot.JSONPropertyName Maven / Gradle / Ivy

The newest version!
package dev.ssdd.zot;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD})
public @interface JSONPropertyName {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy