Annotation Interface Transactional


@Target({METHOD,TYPE}) @Retention(RUNTIME) public @interface Transactional
This annotation must be inserted on methods and classes that need a transaction. For example, this annotation should be placed on each class that is a service.
Author:
prahmoune