org.glassfish.jersey.examples.httptrace
Annotation Type TRACE


@HttpMethod(value="TRACE")
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface TRACE

HTTP TRACE method annotation.

Author:
Marek Potociar (marek.potociar at oracle.com)



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.