Annotation Type TrialPeriodProtected


  • @Inherited
    @Retention(RUNTIME)
    public @interface TrialPeriodProtected
    This annotation can be used to protect any gateway network intent object (service, service method, or intent) such that it can only be called if the specified moduleId is licensed, or if the demo period is not expired.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String moduleId
      The module id to use when checking the license.
    • Element Detail

      • moduleId

        java.lang.String moduleId
        The module id to use when checking the license. If blank, the platform license will be used.
        Default:
        ""