
com.github.jeffreyning.da.anno.NodeName Maven / Gradle / Ivy
The newest version!
package com.github.jeffreyning.da.anno;
import java.lang.annotation.*;
/**
* 类名称标识
* @author ninghao
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface NodeName {
String value() default "";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy