package com.halzhang.android.apps.startupnews.utils; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.inject.Scope; /** * Created by Hal on 16/6/12. */ @Documented @Scope @Retention(RetentionPolicy.RUNTIME) public @interface FragmentScoped { }