com.rojoma.json.v3.util.LazyCodec Maven / Gradle / Ivy
The newest version!
package com.rojoma.json.v3.util;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.PARAMETER})
public @interface LazyCodec {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy