package org.jboss.resteasy.test.resource.resource; import javax.ws.rs.OPTIONS; public class SegmentLocator { @OPTIONS public void options() { } }