Annotation Interface Score


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface Score
Sep 1, 2017 10:51:13 AM
Version:
$Id: $Id
Author:
Kevin V. Bui (kvb2@pitt.edu)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The command to execute the score.
    The data types that the score can be applied to.
    The name of the score.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The description of the score.
  • Element Details

    • name

      String name
      The name of the score.
      Returns:
      the name of the score
    • command

      String command
      The command to execute the score.
      Returns:
      the command to execute the score
    • dataType

      DataType[] dataType
      The data types that the score can be applied to.
      Returns:
      the data types that the score can be applied to
    • description

      String description
      The description of the score.
      Returns:
      the description of the score
      Default:
      ""