Faulty import statement generated
Author: krischikCreated Oct 23, 2020Updated Dec 17, 2020
AndroidAnnotations version:
4.7.0
Android compile SDK version:
30
Annotated code:
@org.androidannotations.annotations.FragmentById (R.id.Main_Fragment)
@org.jetbrains.annotations.Nullable
protected MainFragment mainFragment;Expected generated code:
import java.util.HashMap;
import java.util.Map;
import com.krischik.fit_import.MainFragment;
import android.app.Activity;
import android.content.Context;Actual generated code:
import java.util.HashMap;
import java.util.Map;
import(@org.jetbrains.annotations.Nullable :: com.krischik.fit_import.MainFragment);
import android.app.Activity;
import android.content.Context;Stacktrace in case of AA crash:
N/A
Source: androidannotations/androidannotations