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

5 lines
132 B
Java

package eu.dnetlib.validator2.engine.contexts;
public interface XMLContextWithVocabulary extends XMLContext, VocabularyContext {
}