首页    期刊浏览 2025年07月18日 星期五
登录注册

文章基本信息

  • 标题:AnnaBot: A Static Verifier for Java Annotation Usage
  • 本地全文:下载
  • 作者:Ian Darwin
  • 期刊名称:Advances in Software Engineering
  • 印刷版ISSN:1687-8655
  • 电子版ISSN:1687-8663
  • 出版年度:2010
  • 卷号:2010
  • DOI:10.1155/2010/540547
  • 出版社:Hindawi Publishing Corporation
  • 摘要:This paper describes AnnaBot, one of the first tools to verify correct use of Annotation-based metadata in the Java programming language. These Annotations are a standard Java 5 mechanism used to attach metadata to types, methods, or fields without using an external configuration file. A binary representation of the Annotation becomes part of the compiled “.class” file, for inspection by another component or library at runtime. Java Annotations were introduced into the Java language in 2004 and have become widely used in recent years due to their introduction in the Java Enterprise Edition 5, the Hibernate object-relational mapping API, the Spring Framework, and elsewhere. Despite that, mainstream development tools have not yet produced a widely-used verification tool to confirm correct configuration and placement of annotations external to the particular runtime component. While most of the examples in this paper use the Java Persistence API, AnnaBot is capable of verifying anyannotation-based API for which “claims”—description of annotation usage—are available. These claims can be written in Java or using a proposed Domain-Specific Language, which has been designed and a parser (but not the code generator) have been written.
国家哲学社会科学文献中心版权所有