What function do these Java annotations serve?

后端 未结 3 1749
臣服心动
臣服心动 2021-01-05 12:45

I\'m still not clear on the purpose of annotations in Java. Initially I thought they just served as documentation. But looking at this documentation from Google App Engine D

3条回答
  •  孤街浪徒
    2021-01-05 12:50

    Annotations can be processed with the Annotation Processing Tool APIs to auto-generate boilerplate code.

提交回复
热议问题