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

hex.genmodel.attributes.SerializedName Maven / Gradle / Ivy

There is a newer version: 3.46.0.5
Show newest version
package hex.genmodel.attributes;

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

import static java.lang.annotation.ElementType.*;

@Retention(RetentionPolicy.RUNTIME)
@Target({FIELD})
public @interface SerializedName {

  String value();
  String insideElementPath() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy