Annotation Type Id


  • @SupportedAll
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Id
    Indicates that a method returns the identifier of a configuration set of a multiple-configuration SMS service.

    The annotated method MUST NOT have any parameters.

    See Also:
    Config