konvert ActivityContext

pull/595/head
olegivo 5 years ago
parent 78b8538873
commit 489f5d468b

@ -16,16 +16,14 @@
* 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.androidbase.activities
package org.isoron.androidbase.activities; import java.lang.annotation.Documented
import java.lang.annotation.Retention
import java.lang.annotation.*; import java.lang.annotation.RetentionPolicy
import javax.inject.Qualifier
import javax.inject.*;
@Qualifier @Qualifier
@Documented @Documented
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
public @interface ActivityContext annotation class ActivityContext
{
}
Loading…
Cancel
Save