On Mon, Sep 7, 2009 at 1:08 PM, Fabrizio
Giudici<[email protected]> wrote:
>
> I was looking at the @Synchronized annotation of Lombok - I've already
> said many times that I like the annotation way to enhance the language,
> so that's good. There's only an obvious problem, that we can't annotate
> a inner block of code, a thing that would be indeed possible with the
> synchronized keyword.

OTOH with Lombok I guess named blocks would be enough, no?

Synchronized: {
   //do shit...
}

I can live without the @ ;-)

BR,
John

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to