org.loom.binding.factories
Interface ImplementationFactory<T>

All Known Implementing Classes:
ArrayImplementationFactory, DefaultImplementationFactory, PrimitiveImplementationFactory

public interface ImplementationFactory<T>

When a property must be instantiated, this class decides how to create the new value. Usually, it will just call a java bean empty constructor


Method Summary
 T newInstance()
           
 

Method Detail

newInstance

T newInstance()