001 package org.springframework.richclient.context.test; 002 003 public class TestCommand { 004 005 public TestCommand() { 006 System.out.println("jup"); 007 } 008 009 }