org.glassfish.jersey.examples.hello.spring.annotations.annotations
Class SpringAnnotationConfig
java.lang.Object
org.glassfish.jersey.examples.hello.spring.annotations.annotations.SpringAnnotationConfig
@Configuration
@ComponentScan(basePackageClasses=GreetingService.class)
public class SpringAnnotationConfig
- extends Object
Spring configuration to include our services
- Author:
- Geoffroy Warin (http://geowarin.github.io)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringAnnotationConfig
public SpringAnnotationConfig()
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.