Khadanovich Sergey

- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Khadanovich Sergey commented, -
Khadanovich Sergey created a post, AnsweredModuleLevelBuilder. Source code transformation support
Hi! I want to support source code transformation by intellij. What I mean. For example, I have a source code file `Main.java`. During building process, before compiling original file, modified vers... -
Khadanovich Sergey created a post, AnsweredSupport string interpolations for java
Hi! I'm trying to support string interpolations in java. You know, as in other good languages :) For example, void method() { String name = "Alex"; System.out.println(s("Hello, ${name}"));} I imp... -
-
Khadanovich Sergey created a post, AnsweredIntellij support for compile time generated classes.
Hello! I am developing a little library, which generates some factory classes at compile time. For example, if we annotate class Example, ExampleFactory will be generated. But, Intellij see such cl...