CDI1.2 spec section 8.2.2 says: In the beans.xml Each child <class> element must specify the name of a decorator bean class. If there is no class with the specified name, or if the class with the specified name is not a decorator bean class, the container automatically detects the problem and treats it as a deployment problem. If the same class is listed twice under the <decorators> element, the container automatically detects the problem and treats it as a deployment problem.
Will Weld do the validation or Weld expects the integrator to do the validation?
I am confused about what validations are done by the spec reference implemenatation (RI) or RI consumer.