public class ExoTransactionalAspect
extends Object
Process the Transactional annotation. The only propagation implemented yet is
REQUIRED. Support a current transaction, create a new one if none exists.
Analogous to EJB or Spring transaction attribute of the same name.