import java.util.Map;
public class BeanDefinitionVisitor {
	@SuppressWarnings("unchecked")
	protected void visitMap(Map<?, ?> mapVal) {
	}
}
