blog community

Welcome to blog community Sign in | Join | Help
in Search

Browse by Tags

All Tags » Java » APT
  • Annotation Processing in Eclipse

    One of the big new features of Java 5 were Annotations (.Net guys call them Attributes). Along with annotations Sun released the Annotation Processor Tool (APT) as well. APT performs parsing Java source code and processes annotations with custom agent programs that can generate additional source code or perform some checking at compile time. APT ...
    Posted to Peter Hendriks (Weblog) by peterhe on April 26, 2006
Powered by Community Server, by Telligent Systems