Jeff Higgins schrieb:
> On 03/05/2012 02:38 PM, Jan Burse wrote:
>
> >> Abstract Application Annotations
>
>> What if I want to decide whether my JFrame
>> is a deamon or not at runtime?
>>
>
> Shrugs, I'm sure the unknown development team hasn't worked out all the
> details yet. 
>
Annotations, well, they should
give information to tool chains.
Of course we can try to turn every
framework into a tool. (Also a
kind of business model)
But this doesn't make the resulting
artefact more lightweight.
You will have as a result:
- the framework
+ the annotation definitions (for Java)
+ the annotation processor (at runtime
eventually, so that there is no real
tool step)
And then you loose flexibility, in
case the framework gets locked away
from the end-user (the programmer).
Bye
Bye