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

com.venky.swf.plugins.mobilesignup.extensions.phone.BeforeValidateUserPhone Maven / Gradle / Ivy

There is a newer version: 2.11
Show newest version
package com.venky.swf.plugins.mobilesignup.extensions.phone;

import com.venky.swf.plugins.collab.db.model.user.UserPhone;
import com.venky.swf.plugins.collab.extensions.beforesave.BeforeValidatePhone;

public class BeforeValidateUserPhone extends BeforeValidatePhone {
    static {
        registerExtension(new BeforeValidateUserPhone());
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy