ContainerCheckEventType

Denotes pointcuts at which events for checking for component will be run.

Values

ValueMeaning
pre

Event emitted before component is checked in decorated container.

post

Event emitted after component is checked in decorated container.

Meta