package testapp; /** * Simple Demo class for running with Spring Loaded - does it behave? * * */ public class Demo { public static void main(String[] args) { } }