spring-framework / org.springframework.beans.factory.parsing / AliasDefinition / <init>

<init>

AliasDefinition(beanName: String, alias: String)

Create a new AliasDefinition.

Parameters

beanName - the canonical name of the bean

alias - the alias registered for the bean

AliasDefinition(beanName: String, alias: String, @Nullable source: Any)

Create a new AliasDefinition.

Parameters

beanName - the canonical name of the bean

alias - the alias registered for the bean

source - the source object (may be null)