Annotation Type ConfigPrefix


  • @Deprecated
    @Qualifier
    @Target({FIELD,PARAMETER})
    @Retention(RUNTIME)
    public @interface ConfigPrefix
    Deprecated.
    Please, use ConfigMapping instead. This will be removed in a future Quarkus version.
    Uses in order to set the prefix for a configuration object at the injection point
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Deprecated.
      The common prefix that properties will use
    • Element Detail

      • value

        String value
        Deprecated.
        The common prefix that properties will use