@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Transactional public @interface Manager
Annotation which is used on manager classes which need to be transactional. This annotation is annotated
with the Transactional
annotation.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.