@MultiTenant(disable = true)
Boolean disabled = (Boolean)annotationValues.get("disable");if (disabled != null && !disabled) { cmd.addExtension("multitenancy-disable", "true");}
Boolean disabled = (Boolean)annotationValues.get("disable");if (disabled != null && disabled){ cmd.addExtension(MetaData.EXTENSION_CLASS_MULTITENANCY_DISABLE, "true");}
The new topic will begin with this message. Subject of the new topic:
© 2023 Groups.io