Role

enum Role : Enum<BeanDefinitionDsl.Role>

Role enum constants.

Entries

INFRASTRUCTURE
Link copied to clipboard
Role hint indicating that a BeanDefinition is providing an entirely background role and has no relevance to the end-user.
SUPPORT
Link copied to clipboard
Role hint indicating that a BeanDefinition is a supporting part of some larger configuration, typically an outer org.springframework.beans.factory.parsing.ComponentDefinition.
APPLICATION
Link copied to clipboard
Role hint indicating that a BeanDefinition is a major part of the application.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int