Discussion:
[Ikvm-developers] Google Guice - Modules.override
Martin Gerhardy
2017-02-02 15:38:18 UTC
Permalink
Hi.

having a small issue with google guice com.google.inject.util.Modules.override.
For obvious reasons I can't call this method, because .... well, it's a keyword. Can can I work around that issue? Is there an alternative method generated?

Regards
Martin
Joan Karadimov
2017-02-03 11:04:18 UTC
Permalink
Is this being used in C#? You should be able to use "com.google.inject.util.
***@override" in that case. Here's an MSDN page that describes keyword
escaping: https://msdn.microsoft.com/en-us/library/aa664670(v=vs.71).aspx

~Joan

On Thu, Feb 2, 2017 at 5:38 PM, Martin Gerhardy <***@bigpoint.net>
wrote:

> Hi.
>
> having a small issue with google guice com.google.inject.util.
> Modules.override.
> For obvious reasons I can't call this method, because .... well, it's a
> keyword. Can can I work around that issue? Is there an alternative method
> generated?
>
> Regards
> Martin
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, SlashDot.org! http://sdm.link/slashdot
> _______________________________________________
> Ikvm-developers mailing list
> Ikvm-***@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ikvm-developers
>
>
Martin Gerhardy
2017-02-03 11:09:55 UTC
Permalink
Thanks a lot. Works

--
Martin Gerhardy
http://www.caveproductions.org

Am 03.02.2017 um 12:04 schrieb Joan Karadimov <***@gmail.com<mailto:***@gmail.com>>:

Is this being used in C#? You should be able to use "***@override" in that case. Here's an MSDN page that describes keyword escaping: https://msdn.microsoft.com/en-us/library/aa664670(v=vs.71).aspx

~Joan

On Thu, Feb 2, 2017 at 5:38 PM, Martin Gerhardy <***@bigpoint.net<mailto:***@bigpoint.net>> wrote:
Hi.

having a small issue with google guice com.google.inject.util.Modules.override.
For obvious reasons I can't call this method, because .... well, it's a keyword. Can can I work around that issue? Is there an alternative method generated?

Regards
Martin
Loading...