Convert AppScope to Kotlin

pull/699/head
Alinson S. Xavier 5 years ago
parent b468325f64
commit 5f8c0d67b8

@ -16,10 +16,9 @@
* 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.uhabits.core
package org.isoron.uhabits.core; import javax.inject.*
import javax.inject.*;
@Scope @Scope
public @interface AppScope {} annotation class AppScope
Loading…
Cancel
Save