public class TransactionDependenciesProcessor
extends Object
implements org.jboss.as.server.deployment.DeploymentUnitProcessor
Looks for usage of the @Transactional CDI interceptor (JTA 1.2) or the @TransactionScoped CDI context (JTA 1.2)
and adds the org.jboss.jts module dependency if they are found.
Also adds the transaction API to deployments