org.glassfish.jersey.examples.hello.spring.annotations.annotations
Class SpringAnnotationConfig

java.lang.Object
  extended by 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)

Constructor Summary
SpringAnnotationConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringAnnotationConfig

public SpringAnnotationConfig()


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