We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Since release 3.7.0, aliases now can have a type String attribute. In order to add an alias with a type, do:
type
String
identifiable.addAlias("alias", "aliasType");
If the type is not specified, the alias is considered without type.