Annotation Type Transactional
-
@Retention(RUNTIME) @Target(METHOD) public @interface Transactional
Indicates to Google Guice that the method specified should be handled within a transaction Only works for methods that are public, package-private or protected (https://github.com/google/guice/wiki/AOP)- See Also:
User: andy Date: 1/19/12 Time: 12:03 PM