Annotation Type Value


  • @Target({FIELD,METHOD,PARAMETER,ANNOTATION_TYPE})
    @Retention(RUNTIME)
    @Documented
    @Qualifier
    public @interface Value

    Allows configuration injection from the environment on a per property, field, method/constructor parameter basis.

    Since:
    1.0
    See Also:
    ConfigurationProperties
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      A string containing a value, which my optionally contain property placeholder expressions.
    • Element Detail

      • value

        java.lang.String value
        A string containing a value, which my optionally contain property placeholder expressions.
        Returns:
        The value to inject.