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

com.github.houbb.heaven.annotation.CommonEager Maven / Gradle / Ivy

The newest version!
package com.github.houbb.heaven.annotation;

import java.lang.annotation.*;

/**
 * 指这个类将会被迁移到共有项目模块 heaven 模块
 * @author binbin.hou
 * @since 0.0.6
 */
@Inherited
@Documented
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
public @interface CommonEager {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy