com.venky.swf.plugins.collab.extensions.participation.UserParticipantExtension Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swf-plugin-collab Show documentation
Show all versions of swf-plugin-collab Show documentation
Succinct Web Framework - Plugin collaboration
package com.venky.swf.plugins.collab.extensions.participation;
import com.venky.swf.plugins.collab.db.model.user.User;
public class UserParticipantExtension extends CompanySpecificParticipantExtension{
static {
registerExtension(new UserParticipantExtension());
}
}