@Documented annotation in java

前端 未结 3 1247
陌清茗
陌清茗 2021-01-31 13:08

What\'s the purpose of @Documented annotation in java?

I saw the documentation, but could not get much from it. Can someone point out with the help of an cl

3条回答
  •  太阳男子
    2021-01-31 13:51

    I found a useful page in the Java Tutorials which gives examples and more explanation for a number of standard annotations, including one use of @Documented. Specifically, look at the Note block at the bottom for the Preamble example (section Documentation).

提交回复
热议问题