net.anotheria.portalkit.services.subscription.generated.SubscriptionServiceConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pk-services-subscriptionservice Show documentation
Show all versions of pk-services-subscriptionservice Show documentation
Subscription service manages subscriptions of the user
package net.anotheria.portalkit.services.subscription.generated;
//BEGIN GENERATED CODE
public class SubscriptionServiceConstants{
public static final String getServiceId(){
return "net_anotheria_portalkit_services_subscription_SubscriptionService";
} //...getServiceId
}