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

org.chobit.apt.ToJsonString Maven / Gradle / Ivy

There is a newer version: 0.0.4
Show newest version
package org.chobit.apt;


import java.lang.annotation.*;

/**
 * 标记注解
 * 

* 会为存在该注解的类重写toString()方法,并将结果序列化为json字符串 * * @author robin */ @Documented @Target(ElementType.TYPE) @Retention(RetentionPolicy.SOURCE) public @interface ToJsonString { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy