package edu.neu.ccs.demeterf.http.server; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** Attach to a Server to describe the Port it will listen on */ @Retention(RetentionPolicy.RUNTIME) public @interface Server{ }