アノテーション追加

This commit is contained in:
r-ca 2023-12-18 01:37:08 +09:00
parent 24632351ed
commit 37bc68fef9
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -14,6 +14,7 @@ import java.util.ArrayList;
import javax.inject.Inject;
import dagger.hilt.android.AndroidEntryPoint;
import one.nem.lacerta.data.Document;
import one.nem.lacerta.feature.debug.common.adapter.DebugMenuDocumentListItemAdapter;
import one.nem.lacerta.feature.debug.common.model.DebugMenuDocumentListItem;
@ -24,6 +25,8 @@ import one.nem.lacerta.model.document.DocumentMeta;
* Use the {@link DebugMenuDocumentTesterListFragment#newInstance} factory method to
* create an instance of this fragment.
*/
@AndroidEntryPoint
public class DebugMenuDocumentTesterListFragment extends Fragment {
@Inject