org.multiverse.annotations
Annotation Type TransactionalObject


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface TransactionalObject

Can be placed on an object to make it Transactional. See the TransactionalMethod for more information.

All instance methods will be TransactionalMethod by default (not readonly).

This annotation is an Inherited annotation, so automatically all subclasses will be TransactionalObjects when a @TransactionalObject annotation is on a class. no matter if the subclass doesn't add the Inherited annotation.

Author:
Peter Veentjer.



Copyright © 2008-2010 Multiverse. All Rights Reserved.