Package | Description |
---|---|
dagger.android | |
dagger.releasablereferences |
This package contains the API by which Dagger allows you
release
references held within some scopes.
|
Class and Description |
---|
CanReleaseReferences
Annotates scope annotations to indicate that references to
objects stored within that scope can be released during
the lifetime of the scope.
|
Class and Description |
---|
ReleasableReferenceManager
An object that can release or restore
strong references held in a
@CanReleaseReferences scope. |
Copyright © 2012���2017 The Dagger Authors. All rights reserved.