Interface MutableAnnotations

    • Method Detail

      • set

        MutableAnnotations set​(java.lang.String key,
                               java.lang.String value)
        Returns the value of the specified annotation.
        Parameters:
        key - annotation key
        value - annotation value
        Returns:
        self
      • clear

        MutableAnnotations clear​(java.lang.String... keys)
        Clears the specified keys or the all keys if none were specified.
        Parameters:
        keys - keys to be cleared
        Returns:
        self