Annotation Type Transactional


@InterceptorBinding @Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Transactional
Adds transaction demarcation to the annotated method.
Author:
Frank David Martínez