Annotation Type SpringContextXmlBean


  • @Retention(RUNTIME)
    public @interface SpringContextXmlBean
    Declaration of a bean. Use name() to override named bean
    Since:
    6.0
    Author:
    Eugene Petrenko (eugene.petrenko@jetbrains.com)
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> clazz  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name  
    • Element Detail

      • clazz

        @NotNull
        Class<?> clazz
      • name

        @NotNull
        String name
        Default:
        ""