]> git.mxchange.org Git - addressbook-lib.git/blobdiff - src/org/mxchange/addressbook/validator/addressbook/AddressbookIdValidator.java
added (maybe not needed?) annotation
[addressbook-lib.git] / src / org / mxchange / addressbook / validator / addressbook / AddressbookIdValidator.java
index e57ace42a13d93f821dab000d80edbdcde243d86..c86a8fdfa2064320b0bd6330cb9c5abace479a64 100644 (file)
@@ -20,6 +20,7 @@ import java.text.MessageFormat;
 import javax.faces.application.FacesMessage;
 import javax.faces.component.UIComponent;
 import javax.faces.context.FacesContext;
+import javax.faces.validator.FacesValidator;
 import javax.faces.validator.ValidatorException;
 import javax.faces.view.facelets.FaceletException;
 import javax.naming.Context;
@@ -33,6 +34,7 @@ import org.mxchange.jcoreee.validator.number.BaseLongValidator;
  * <p>
  * @author Roland Haeder
  */
+@FacesValidator (value = "AddressbookIdValidator")
 public class AddressbookIdValidator extends BaseLongValidator {
 
        /**