namespace edu.neu.ccs.demeterf.http.server{ using System; /** Attach to a Server to describe the Port it will listen on */ [AttributeUsage(AttributeTargets.Class)] public class Server : System.Attribute{ public Server(){ } } }