org.picocontainer.injectors
Class MethodAnnotationInjectionFactoryTestCase.NamedBeanWithPossibleDefault

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

public static class MethodAnnotationInjectionFactoryTestCase.NamedBeanWithPossibleDefault
extends MethodAnnotationInjectionFactoryTestCase.NamedBean


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

Constructor Detail

MethodAnnotationInjectionFactoryTestCase.NamedBeanWithPossibleDefault

public MethodAnnotationInjectionFactoryTestCase.NamedBeanWithPossibleDefault()

MethodAnnotationInjectionFactoryTestCase.NamedBeanWithPossibleDefault

public MethodAnnotationInjectionFactoryTestCase.NamedBeanWithPossibleDefault(String name)
Method Detail

getByDefault

public boolean getByDefault()


Copyright © 2003-2007 Codehaus. All Rights Reserved.