de.schegge.phone.validation.StringNationalDestinationCodeValidator 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 StringNationalDestinationCodeValidator extends AbstractStringDestinationCodeValidator {
public StringNationalDestinationCodeValidator() {
super(new NationalDestinationCodeValidator());
}
}