Generating Bean Properties in Spring Contexts
April 8th, 2009 by serega.vasilievWith IntelliJ IDEA you can easily generate multiple properties in your Spring application contexts. Just invoke Generate action by pressing Alt+Insert inside of a bean tag and select properties you want to generate.
IntelliJ IDEA analyzes property types and invokes an appropriate Live Template for each of the properties you selected.
Tags: Add new tag, Code Generation, Spring
Leave a Reply