@Target({FIELD,METHOD})
@Retention(RUNTIME)
public @interface Transactional
Annotation to indicate that a member (field or property)
is transactional but not persistent.
This corresponds to xml attribute persistence-modifier="transactional" of
"field" and "property" elements.