admin 管理员组

文章数量: 1086019


2023年12月25日发(作者:oracle标准服务需要什么资质)

可读性更强。[java]

1.

2.

3.

4.

5.

6.

7.

8.

9.

10.

11.

12.

13.

14.

15.

@Repeatable()

public @interface MyAnnotation {

String role();

}

public @interface Annotations {

MyAnnotation[] value();

}

public class RepeatAnnotationUseOldVersion {

@MyAnnotation(role="Admin")

@MyAnnotation(role="Manager")

public void doSomeThing(){

}

}


本文标签: 标准 服务 需要 资质 作者