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

com.eg.google.gson.annotations.Until Maven / Gradle / Ivy

The newest version!
package com.eg.google.gson.annotations;

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

@Retention(RetentionPolicy.RUNTIME)
@Target({java.lang.annotation.ElementType.FIELD, java.lang.annotation.ElementType.TYPE})
public @interface Until
{
  double value();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy