Annotation Type ConfigurationAdvice


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

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean bean  
      boolean iterable  
      java.lang.String value  
    • Element Detail

      • 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

        java.lang.String value
        Returns:
        The property to lookup
        Default:
        ""