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

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

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

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

/**
 * 指定该类为可提供常量定义
 * @author guyadong
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE,ElementType.ANNOTATION_TYPE})
public @interface ConstantComponent {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy