]
Mark Little resolved JBTM-2058.
-------------------------------
Resolution: Done
Various defaults now exist when annotations not present.
Consider annotation-less STM container
--------------------------------------
Key: JBTM-2058
URL:
https://issues.jboss.org/browse/JBTM-2058
Project: JBoss Transaction Manager
Issue Type: Feature Request
Components: STM
Affects Versions: 5.0.0.CR1
Reporter: Mark Little
Assignee: Mark Little
An existing comment …
/*
* Could provide a container that works on any classes without annotations. The rules
would have to be
* more restrictive:
*
* (i) all operations are assumed to modify the state (therefore write lock).
* (ii) all state is saved and restored.
*
* Or use a setter/getter pattern to provide flexibility around (i).
*/
… but this may already exist. Need to check.