org.picocontainer.injectors
Class AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault

java.lang.Object
  extended by org.picocontainer.injectors.AnnotatedMethodInjectionTestCase.NamedBean
      extended by org.picocontainer.injectors.AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault
All Implemented Interfaces:
AnnotatedMethodInjectionTestCase.Bean
Enclosing class:
AnnotatedMethodInjectionTestCase

public static class AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault
extends AnnotatedMethodInjectionTestCase.NamedBean


Constructor Summary
AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault()
           
AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault(String name)
           
 
Method Summary
 boolean getByDefault()
           
 
Methods inherited from class org.picocontainer.injectors.AnnotatedMethodInjectionTestCase.NamedBean
getName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault

public AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault()

AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault

public AnnotatedMethodInjectionTestCase.NamedBeanWithPossibleDefault(String name)
Method Detail

getByDefault

public boolean getByDefault()


Copyright © 2003-2010 Codehaus. All Rights Reserved.