Interface CaptureFactory<T>

Type Parameters:
T - The type that the CaptureDecorator decorates.
All Superinterfaces:
Indexed<Class<T>>

public interface CaptureFactory<T> extends Indexed<Class<T>>
A factory for the CaptureDecorator.