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

org.voovan.tools.reflect.annotation.NotSerialization Maven / Gradle / Ivy

There is a newer version: 4.3.8
Show newest version
package org.voovan.tools.reflect.annotation;

import java.lang.annotation.*;

/**
 * JSON 字段不生成至 JSON 字符串
 *
 * @author helyho
 * 

* Voovan Framework. * WebSite: https://github.com/helyho/Voovan * Licence: Apache v2 License */ @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.FIELD) public @interface NotSerialization { }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy