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

org.macrocloud.kernel.auto.annotation.AutoIgnore Maven / Gradle / Ivy

There is a newer version: 1.1.0-RELEASE
Show newest version
package org.macrocloud.kernel.auto.annotation;

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.SOURCE;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

/**
 * AutoIgnore 处理
 *
 * @author macro
 */
@Documented
@Retention(SOURCE)
@Target(TYPE)
public @interface AutoIgnore {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy