@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface Contract
@Contract annotation.
Similarly, each custom (i.e. not JAX-RS or Jersey) provider contract that must be annotated with this annotation otherwise concrete service classes implementing the provider contract would not be recognized and treated by Jersey as provider services.
Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.