Friday, June 17, 2016

AtomicReference

Hello

I am using GWT with Lombok and one of Lombok's neat features makes it believe it needs AtomicReference. In GWT context this is not actually true but still the GWT compiler is complaining.

To deal with this I add "fake" AtomicReference to a separate Lombok.gwt.xml module.
With permission from its author, Dávid Karnok, I copied this one, as it does not import any other classes/packages and is under Apache 2.0 license.

Before even creating a pull request, I'm wondering if the maintainers would be OK with adding this class (in its own module) into GWT...?

Cheers
  Jarda Z.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment