gpt4 book ai didi

java - 如何获取注解元素的默认值?

转载 作者:行者123 更新时间:2023-11-30 06:19:36 24 4
gpt4 key购买 nike

假设我有一个注释。

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface MyAnnotation {
int value() default 1;
}

有什么方法可以使用反射或其他方式获取 1 的值吗?

最佳答案

怎么样

MyAnnotation.class.getMethod("value").getDefaultValue()

关于java - 如何获取注解元素的默认值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22922602/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com