Annotationsschnittstelle ConfigurationPrefix


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface ConfigurationPrefix
Marks an interface that provides some configuration for a specific class.
  • Erforderliche Elemente - Übersicht

    Erforderliche Elemente
    Modifizierer und Typ
    Erforderliches Element
    Beschreibung
    Returns the name of the class the interface configures.
  • Elementdetails

    • value

      String value
      Returns the name of the class the interface configures.
      Gibt zurück:
      The name of the class the interface configures.