2017-05-18 16:44:41 +03:00

8 lines
92 B
Java

package ru.noties.markwon;
import javax.inject.Scope;
@Scope
@interface ActivityScope {
}