|
|
Browse by Tags
All Tags » Java » APT
-
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 ...
|
|
|