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

cc.jinhx.process.annotation.Node Maven / Gradle / Ivy

There is a newer version: 1.0.17
Show newest version
package cc.jinhx.process.annotation;

import java.lang.annotation.*;

/**
 * Node注解
 *
 * @author jinhx
 * @since 2022-03-21
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
@Inherited
public @interface Node {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy