[关闭]
@x-power 2019-09-16T12:27:40.000000Z 字数 956 阅读 575

Custom nnotation

Java注解


1. The concept of annotation

We can draw the following conclusions from the official description:

  1. An annotation is a form of metadata, just like class ,interface ,array ,enumerate .
  2. Annotations are used to modify classes, methods, variables, parameters, packages.
  3. Annotations have no direct effect on the operation of the code they annotate.

2. How to customize annotations

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注