uoa-validator-engine2/src/main/java/eu/dnetlib/validator2/engine/contexts/XMLContextWithNotConfusedFi...

5 lines
146 B
Java
Raw Normal View History

2022-09-16 12:56:52 +02:00
package eu.dnetlib.validator2.engine.contexts;
public interface XMLContextWithNotConfusedFields extends XMLContext, NotConfusedFieldsContext {
}