|
|
@ -16,16 +16,11 @@
|
|
|
|
* 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 java.lang.annotation.*;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import javax.inject.*;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Qualifier
|
|
|
|
@Qualifier
|
|
|
|
@Documented
|
|
|
|
@MustBeDocumented
|
|
|
|
@Retention(RetentionPolicy.RUNTIME)
|
|
|
|
@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
|
|
|
|
public @interface ActivityContext
|
|
|
|
annotation class ActivityContext
|
|
|
|
{
|
|
|
|
|
|
|
|
}
|
|
|
|
|