//This file generated automatically from the MARIUS LP system, please do not edit.

public class ClienteDecorator {

public static void main(String [] args) {
  ControladorIF ctl = new ConcretoControladorWrapper( new ControladorUpper() , 
		new CuidadorLongitud(10));
   System.out.println(ctl.servicio("gus"));
}

} //End of class ClienteDecorator
