com.levigo.jadice.document.config
Interface ComponentConfigurer<C>

Type Parameters:
C - Class: The type of object which can be configured by an implementation.

public interface ComponentConfigurer<C>

Implementations are able to configure a specific component, that is, an instance of a specific type.


Method Summary
 void configure(C instance)
          Apply the configuration to an instance of the type we are able to configure.
 

Method Detail

configure

void configure(C instance)
Apply the configuration to an instance of the type we are able to configure.

Parameters:
instance - the instance to which the configuration should be applied


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.