com.googlecode.androidannotations.annotations
Annotation Type Transactional


@Retention(value=SOURCE)
@Target(value=METHOD)
public @interface Transactional

Should be used on method that must be transactional. The first parameter of the method must be a SQLiteDatabase.



Copyright © 2010-2012. All Rights Reserved.