java annotations: library to override annotations with xml files

后端 未结 4 1654
耶瑟儿~
耶瑟儿~ 2021-02-07 16:26

Java has annotations and that is good. However, some developers feel that it is best to annotate code with metadata using xml files - others prefer annotations but would use met

4条回答
  •  南方客
    南方客 (楼主)
    2021-02-07 17:18

    I wrote the Annox library which does exactly what you need. With Annox you can read arbitrary annotations from XML.

提交回复
热议问题