Annotation Interface ConfigurationAdvice


@Retention(RUNTIME) @Introduction @Internal public @interface ConfigurationAdvice
Internal annotation that allows the definition on ConfigurationProperties on interfaces.
Since:
1.3.0
Author:
graemerocher
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
    boolean
     
     
  • Element Details

    • bean

      boolean bean
      Returns:
      Is the method call a bean lookup
      Default:
      false
    • iterable

      boolean iterable
      Returns:
      Is it annotated with EachProperty
      Default:
      false
    • value

      String value
      Returns:
      The property to lookup
      Default:
      ""