Annotation Type CommandAttribute

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String key
      The key which identifies the attribute.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The value of the attribute.
    • Element Detail

      • key

        java.lang.String key
        The key which identifies the attribute.
        Returns:
        The key of the command attribute.
        Since:
        1.0.0
      • value

        java.lang.String value
        The value of the attribute.
        Returns:
        The value of the description, could be null.
        Since:
        1.0.0 Changed to allow for no value present in 1.0.2
        Default:
        ""