-->
当前位置:首页 > 题库 > 正文内容

填空题:自定义一个注解AnnotationTest,设置参数的默认值为空字符串。

Luz3年前 (2021-10-24)题库1160
自定义一个注解AnnotationTest,设置参数的默认值为空字符串。

@Target({TYPE, METHOD})
@Retention(RetentionPolicy.RUNTIME )
public @@[@interface AnnotationTest](2){
String value() @@[default ""](2);
}








答案:
第1空:@interface AnnotationTest ||

第2空:default "" ||

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。