Annotation Type BeanAlias

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String alias
      The alias that should be registered in Spring for the bean.
      String name
      The existing bean name.
    • Element Detail

      • name

        String name
        The existing bean name.
        Returns:
        The existing bean name.
      • alias

        String alias
        The alias that should be registered in Spring for the bean. Components my inject the original bean based on this alias.
        Returns:
        The alias that should be registered in Spring for the bean.