open fun addTransactionalMethod(methodName: String, attr: TransactionAttribute): Unit
Add an attribute for a transactional method.
Method names can be exact matches, or of the pattern "xxx*", "*xxx" or "*xxx*" for matching multiple methods.
methodName - the name of the method
methodName
attr - attribute associated with the method
attr