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

com.gitee.l0km.casban.annotations.ScanConfig Maven / Gradle / Ivy

There is a newer version: 1.2.10
Show newest version
package com.gitee.l0km.casban.annotations;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * 类扫描配置
 * @author guyadong
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface ScanConfig {
	boolean subClassFirstly() default true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy