All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.schegge.phone.validation.StringGermanDestinationCodeValidator Maven / Gradle / Ivy

The newest version!
package de.schegge.phone.validation;

public class StringGermanDestinationCodeValidator extends AbstractStringDestinationCodeValidator {

    public StringGermanDestinationCodeValidator() {
        super(new GermanDestinationCodeValidator());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy