Interface Definition

  • Method Summary

    Modifier and Type
    Method
    Description
    default @NotNull String
    The id for this definition.
    @NotNull String
    The human-readable name of this definition.
  • Method Details

    • definitionId

      @NotNull default @NotNull String definitionId()

      The id for this definition. Per default this is the hash code of the

      invalid reference
      #toString()
      method.
    • displayName

      @NotNull @NotNull String displayName()
      The human-readable name of this definition.