|
|
@ -16,13 +16,12 @@
|
|
|
|
* You should have received a copy of the GNU General Public License along
|
|
|
|
* You should have received a copy of the GNU General Public License along
|
|
|
|
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
package org.isoron.androidbase.activities
|
|
|
|
|
|
|
|
|
|
|
|
package org.isoron.androidbase.activities;
|
|
|
|
import javax.inject.*
|
|
|
|
|
|
|
|
|
|
|
|
import javax.inject.*;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Scope used by objects that live as long as the activity is alive.
|
|
|
|
* Scope used by objects that live as long as the activity is alive.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Scope
|
|
|
|
@Scope
|
|
|
|
public @interface ActivityScope { }
|
|
|
|
annotation class ActivityScope
|