com.mikerusoft.jsonable.annotations.JsonClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsonable Show documentation
Show all versions of jsonable Show documentation
Small library to convert Java POJO to and from JSON
package com.mikerusoft.jsonable.annotations;
import java.lang.annotation.ElementType;
/**
* Defines class to be serialized by {@link com.mikerusoft.jsonable.transform.JsonDefinedTransformer}
*/
@java.lang.annotation.Retention(java.lang.annotation.RetentionPolicy.RUNTIME)
@java.lang.annotation.Target({ElementType.TYPE})
public @interface JsonClass {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy