Interface Annotations

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> keys()
      Returns the set of keys for available annotations.
      java.lang.String value​(java.lang.String key)
      Returns the value of the specified annotation.
    • Method Detail

      • keys

        java.util.Set<java.lang.String> keys()
        Returns the set of keys for available annotations.
        Returns:
        annotation keys
      • value

        java.lang.String value​(java.lang.String key)
        Returns the value of the specified annotation.
        Parameters:
        key - annotation key
        Returns:
        annotation value