Set<Bean<?>> beans = new HashSet<Bean<?>>();
//Adding decorators to validate
Set<Decorator<?>> decorators = manager.getDecorators();
for (Decorator decorator : decorators) {
WebBeansDecorator wbDec = (WebBeansDecorator) decorator;
beans.add(wbDec);
}
logger.debug("Validation of the decorator's injection points has started.");