mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Convert AppScope to Kotlin
This commit is contained in:
@@ -16,10 +16,9 @@
|
||||
* 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.uhabits.core
|
||||
|
||||
package org.isoron.uhabits.core;
|
||||
|
||||
import javax.inject.*;
|
||||
import javax.inject.*
|
||||
|
||||
@Scope
|
||||
public @interface AppScope {}
|
||||
annotation class AppScope
|
||||
Reference in New Issue
Block a user