org.springframework.config.java.proxies
Class AutoscannedClass

java.lang.Object
  extended by org.springframework.config.java.proxies.AutoscannedClass

@Component(value="foo")
public class AutoscannedClass
extends Object


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

Constructor Detail

AutoscannedClass

public AutoscannedClass()
Method Detail

echo

public String echo(String what)


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.