Hi,

Will I enjoy all the glories of the support that my IntelliJ is giving
> me?
>
> Changing syntax away from a widely supported syntax is a very
> dangerous move to me!
>
> If this is to change the xwiki sources, will I still be able to crawl
> through stack-traces?
>

As I understood this is not a change to java syntax or anything. It's about
augmenting classes when they are compiled. So at source level they do not
have any getXXX() or setXXX() methods but when compiled lombok does it's
magic and add the methods. I think most of the IDEs use compiled .class
files to determine what a class is capable of (rather than analysing the
source code) but still, there will be a problem if you try to lookup those
methods in the source file.

Am I correct? Anyone who has tried out lombok?

- Asiri


>
> paul
>
>
> >
> >> Also entry barrier will be more hight than below. (decision
> >> partially use
> >> scala will not so destructive ;))
>
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
>
_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to