Annotation Type TestConfiguration

    • Optional Element Summary

      Optional Elements 
      Modifier and TypeOptional ElementDescription
      Stringvalue
      Explicitly specify the name of the Spring bean definition associated with this Configuration class.
    • Element Detail

      • value

        @AliasFor(annotation=org.springframework.context.annotation.Configuration.class)
        String value
        Explicitly specify the name of the Spring bean definition associated with this Configuration class. See Configuration.value() for details.
        Returns:
        the specified bean name, if any
        Default:
        ""