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

com.mikerusoft.jsonable.annotations.JsonClass Maven / Gradle / Ivy

There is a newer version: 1.2.13
Show newest version
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