Annotationsschnittstelle ConfigurationEntry


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ConfigurationEntry
Marks an interface's method that provides a configuration value.
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static enum 
    Indicates when changes to the configuration entry's value are applied.
  • Erforderliche Elemente - Übersicht

    Erforderliche Elemente
    Modifizierer und Typ
    Erforderliches Element
    Beschreibung
    Returns a list of paragraphs describing what the key/value configures.
    Returns a description for the data type of this configuration key's values.
  • Optionale Elemente - Übersicht

    Optionale Elemente
    Modifizierer und Typ
    Optionales Element
    Beschreibung
    Indicates when changes to the configuration entry's value are applied.
    Returns the optional ordering key that this entry belongs to (for grouping/sorting of entries).
  • Elementdetails

    • type

      String type
      Returns a description for the data type of this configuration key's values.
      Gibt zurück:
      A description for the data type of this configuration key's values.
    • description

      String[] description
      Returns a list of paragraphs describing what the key/value configures.
      Gibt zurück:
      A list of paragraphs describing what the key/value configures.
    • changesApplied

      Indicates when changes to the configuration entry's value are applied.
      Gibt zurück:
      A value indicating when changes to the configuration entry's value are applied.
      Standard:
      UNSPECIFIED
    • orderKey

      String orderKey
      Returns the optional ordering key that this entry belongs to (for grouping/sorting of entries).
      Gibt zurück:
      The optional ordering key that this entry belongs to (for grouping/sorting of entries).
      Standard:
      ""