com.bazaarvoice.jolt
public interface SpecDriven
Object that is the spec for the constructed instance.
Chainr leverages this to instantiate these objects correctly.
Additionally, all SpecDriven implementations should mark their constructor
with the Inject annotation, so that they can be loaded via
Dependency Injection systems.
All of the "stock" Jolt SpecDriven transforms are marked with Inject.
Ideally, calls to the transform method are expected to be stateless and multi-thread safe.Copyright © 2014. All Rights Reserved.