org.glassfish.jersey.examples.jackson
Class CombinedAnnotationResource
java.lang.Object
org.glassfish.jersey.examples.jackson.CombinedAnnotationResource
@Path(value="combinedAnnotations")
public class CombinedAnnotationResource
- extends Object
TODO javadoc.
- Author:
- Jakub Podlesak (jakub.podlesak at oracle.com)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinedAnnotationResource
public CombinedAnnotationResource()
getAccount
@Produces(value="application/json")
@GET
public CombinedAnnotationBean getAccount()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.