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

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

package org.voovan.tools.reflect.annotation;

import java.lang.annotation.*;

/**
 * getMapFromObject 讲不处理被注解的字段
 *
 * @author helyho
 * 

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy