package org.jactr.core.module.declarative.basic.type; import org.jactr.core.chunktype.IChunkType; /* * default logging */ public interface IChunkTypeConfigurator { public void configure(IChunkType chunkType); }