Konvert ActivityContext

Co-authored-by: Alinson S. Xavier <git@axavier.org>
This commit is contained in:
olegivo
2020-08-13 07:43:19 -05:00
committed by Alinson S. Xavier
parent b0f5f96eee
commit b7f04957a5

View File

@@ -16,16 +16,11 @@
* You should have received a copy of the GNU General Public License along
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
package org.isoron.androidbase.activities
package org.isoron.androidbase.activities;
import java.lang.annotation.*;
import javax.inject.*;
import javax.inject.*
@Qualifier
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface ActivityContext
{
}
@MustBeDocumented
@kotlin.annotation.Retention(AnnotationRetention.RUNTIME)
annotation class ActivityContext