1 package org.jmage; 2 3 import java.net.URI; 4 5 6 /*** 7 * Configurable 8 */ 9 public interface Configurable { 10 void configure(ApplicationContext context); 11 }