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

site.sorghum.anno.anno.annotation.enums.AnnoEnumLabel Maven / Gradle / Ivy

The newest version!
package site.sorghum.anno.anno.annotation.enums;

import java.lang.annotation.*;

/**
 * 枚举标签
 *
 * @author Sorghum
 * @since 2024/06/05
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD, ElementType.METHOD})
@Documented
public @interface AnnoEnumLabel {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy