org.nakedobjects.metamodel.commons.component
Interface Injectable

All Known Subinterfaces:
ClassSubstitutor, CollectionTypeRegistry, ConfigurationBuilder, NakedObjectConfiguration, NakedObjectReflector, RuntimeContext, ServicesInjector, SpecificationLoader
All Known Implementing Classes:
ClassSubstitutorAbstract, ClassSubstitutorIdentity, CollectionTypeRegistryAbstract, CollectionTypeRegistryDefault, ConfigurationBuilderAbstract, ConfigurationBuilderDefault, ConfigurationBuilderFileSystem, JavaReflector, NakedObjectReflectorAbstract, PropertiesConfiguration, RuntimeContextAbstract, RuntimeContextNoRuntime, ServicesInjectorAbstract, ServicesInjectorDefault

public interface Injectable


Method Summary
 void injectInto(java.lang.Object candidate)
          Will inject itself into the candidate if the candidate implements the corresponding *Aware type.
 

Method Detail

injectInto

void injectInto(java.lang.Object candidate)
Will inject itself into the candidate if the candidate implements the corresponding *Aware type.



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.