mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-27 15:11:13 -04:00
Merge pull request #3013 from kiwix/Issue#3011
Convert IO.java to kotlin
This commit is contained in:
commit
2125e0bf99
@ -15,14 +15,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
package org.kiwix.kiwixmobile.core.di.qualifiers
|
||||
|
||||
package org.kiwix.kiwixmobile.core.di.qualifiers;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import javax.inject.Qualifier;
|
||||
import javax.inject.Qualifier
|
||||
|
||||
@Qualifier
|
||||
@Retention(RetentionPolicy.RUNTIME)
|
||||
public @interface IO {
|
||||
}
|
||||
@kotlin.annotation.Retention
|
||||
annotation class IO
|
Loading…
x
Reference in New Issue
Block a user