IntelliJ - Live Template - main() method generation
Type “psvm” Ctrl+J will generate the main method.
Why “psvm”?
“public static void main”
;-)
Posted by Venkatt Guhesan on April 27, 2011
IntelliJ - Live Template - main() method generation
Type “psvm” Ctrl+J will generate the main method.
Why “psvm”?
“public static void main”
;-)
Posted in intelliJ | Tagged: intelliJ | 5 Comments »
Posted by Venkatt Guhesan on February 18, 2011
If you are wondering why when you make a POJO bean to implement Serializable, IntelliJ does not throw any warnings to create the serialVersionUID variable… It’s because you need to enable it. Here’s how:
Cheers!
Posted in intelliJ, Uncategorized | Tagged: intelliJ serialVersionUID | Leave a Comment »