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

com.anwen.mongo.annotation.logice.IgnoreLogic Maven / Gradle / Ivy

There is a newer version: 2.1.5
Show newest version
package com.anwen.mongo.annotation.logice;

import java.lang.annotation.*;


@Target({ElementType.METHOD})
//运行时注解
@Retention(RetentionPolicy.RUNTIME)
//表明这个注解应该被 javadoc工具记录
//生成文档
@Documented
public @interface IgnoreLogic {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy