Skip to main content

All Questions

Tagged with
0 votes
0 answers
8 views

Is there any tool/plugin for custom parsing jmte templates (mostly .json) in IntelliJ IDEA?

In our project we are using JMTE(Java Minimal Template Engine) for templates (mostly in json). However, the problem is IDEA shows custom template parts as errors, and reformating breaks them. I was ...
Anastasiia Bezruka's user avatar
0 votes
1 answer
15 views

Is there a plugin for java annotation which provides a feature like @NoGetter and @NoSetter?

I know about lombok which provides @Getter @Setter. But I have to specify this for each property. Considering I have a big application and most most of the v
Venkat Teja VT's user avatar