de.schegge.phone.validation.StringGermanDestinationCodeValidator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of telephone Show documentation
Show all versions of telephone Show documentation
A Java API for national and international phone numbers
The newest version!
package de.schegge.phone.validation;
public class StringGermanDestinationCodeValidator extends AbstractStringDestinationCodeValidator {
public StringGermanDestinationCodeValidator() {
super(new GermanDestinationCodeValidator());
}
}