Interface ProcessedBeansTrackingVoter


@Incubating public interface ProcessedBeansTrackingVoter
Helps to determine whether the processed beans of a particular type have to be tracked when cascaded into. Used during metadata building step.

The default voter returns ProcessedBeansTrackingVoter.Vote.DEFAULT which means that if the bean has any cascading properties, it will be considered as such that requires tracking, and if there are no cascading properties -- the bean tracking is ignored for this type.