aspose file tools
The moose likes Java in General and the fly likes Annotations in the wild Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Annotations in the wild" Watch "Annotations in the wild" New topic
Author

Annotations in the wild

Hussein Baghdadi
clojure forum advocate
Bartender

Joined: Nov 08, 2003
Posts: 3359

Hi.
Many frameworks these days employs annotations as a mean to configure the application (Seam, Spring, Stripes...) and some use it for code generation.
For the annotation-based configuration framework, how it uses annotations to build its own 'configurations data'? via reflection?
What about annotation-based code generation framework?
What is the APT and when to use it?
Thanks.
[ March 18, 2008: Message edited by: John Todd ]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Annotations in the wild
 
Similar Threads
spring in action - annotations
Use of annotations..
To HS: How attributes change design
does java annotations uses the java refection.
getter and setter generation with annotations