
com.github.houbb.heaven.annotation.CommonEager Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of heaven Show documentation
Show all versions of heaven Show documentation
Collect base useful tools for dev.
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