Generating Bean Properties in Spring Contexts
With 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.