jar

com.googlecode.androidannotations : androidannotations-api

Maven & Gradle

Feb 28, 2013
9 usages
11.1k stars

AndroidAnnotations API · The API jar containing the annotations and the runtime helpers

Table Of Contents

Latest Version

Download com.googlecode.androidannotations : androidannotations-api JAR file - Latest Versions:

All Versions

Download com.googlecode.androidannotations : androidannotations-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.7.x
2.7

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window androidannotations-api-2.7.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.googlecode.androidannotations.api.sharedpreferences

├─ com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefEditorField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.AbstractPrefField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.BooleanPrefEditorField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.BooleanPrefField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.EditorHelper.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.FloatPrefEditorField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.FloatPrefField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.IntPrefEditorField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.IntPrefField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.LongPrefEditorField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.LongPrefField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesCompat.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.SharedPreferencesHelper.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.StringPrefEditorField.class - [JAR]

├─ com.googlecode.androidannotations.api.sharedpreferences.StringPrefField.class - [JAR]

com.googlecode.androidannotations.annotations.sharedpreferences

├─ com.googlecode.androidannotations.annotations.sharedpreferences.DefaultBoolean.class - [JAR]

├─ com.googlecode.androidannotations.annotations.sharedpreferences.DefaultFloat.class - [JAR]

├─ com.googlecode.androidannotations.annotations.sharedpreferences.DefaultInt.class - [JAR]

├─ com.googlecode.androidannotations.annotations.sharedpreferences.DefaultLong.class - [JAR]

├─ com.googlecode.androidannotations.annotations.sharedpreferences.DefaultString.class - [JAR]

├─ com.googlecode.androidannotations.annotations.sharedpreferences.Pref.class - [JAR]

├─ com.googlecode.androidannotations.annotations.sharedpreferences.SharedPref.class - [JAR]

com.googlecode.androidannotations.annotations

├─ com.googlecode.androidannotations.annotations.AfterInject.class - [JAR]

├─ com.googlecode.androidannotations.annotations.AfterTextChange.class - [JAR]

├─ com.googlecode.androidannotations.annotations.AfterViews.class - [JAR]

├─ com.googlecode.androidannotations.annotations.App.class - [JAR]

├─ com.googlecode.androidannotations.annotations.Background.class - [JAR]

├─ com.googlecode.androidannotations.annotations.Bean.class - [JAR]

├─ com.googlecode.androidannotations.annotations.BeforeTextChange.class - [JAR]

├─ com.googlecode.androidannotations.annotations.Click.class - [JAR]

├─ com.googlecode.androidannotations.annotations.EActivity.class - [JAR]

├─ com.googlecode.androidannotations.annotations.EApplication.class - [JAR]

├─ com.googlecode.androidannotations.annotations.EBean.class - [JAR]

├─ com.googlecode.androidannotations.annotations.EFragment.class - [JAR]

├─ com.googlecode.androidannotations.annotations.EProvider.class - [JAR]

├─ com.googlecode.androidannotations.annotations.EReceiver.class - [JAR]

├─ com.googlecode.androidannotations.annotations.EService.class - [JAR]

├─ com.googlecode.androidannotations.annotations.EView.class - [JAR]

├─ com.googlecode.androidannotations.annotations.EViewGroup.class - [JAR]

├─ com.googlecode.androidannotations.annotations.Extra.class - [JAR]

├─ com.googlecode.androidannotations.annotations.FragmentArg.class - [JAR]

├─ com.googlecode.androidannotations.annotations.FragmentById.class - [JAR]

├─ com.googlecode.androidannotations.annotations.FragmentByTag.class - [JAR]

├─ com.googlecode.androidannotations.annotations.FromHtml.class - [JAR]

├─ com.googlecode.androidannotations.annotations.Fullscreen.class - [JAR]

├─ com.googlecode.androidannotations.annotations.HttpsClient.class - [JAR]

├─ com.googlecode.androidannotations.annotations.InstanceState.class - [JAR]

├─ com.googlecode.androidannotations.annotations.ItemClick.class - [JAR]

├─ com.googlecode.androidannotations.annotations.ItemLongClick.class - [JAR]

├─ com.googlecode.androidannotations.annotations.ItemSelect.class - [JAR]

├─ com.googlecode.androidannotations.annotations.LongClick.class - [JAR]

├─ com.googlecode.androidannotations.annotations.NoTitle.class - [JAR]

├─ com.googlecode.androidannotations.annotations.NonConfigurationInstance.class - [JAR]

├─ com.googlecode.androidannotations.annotations.OnActivityResult.class - [JAR]

├─ com.googlecode.androidannotations.annotations.OptionsItem.class - [JAR]

├─ com.googlecode.androidannotations.annotations.OptionsMenu.class - [JAR]

├─ com.googlecode.androidannotations.annotations.OrmLiteDao.class - [JAR]

├─ com.googlecode.androidannotations.annotations.ResId.class - [JAR]

├─ com.googlecode.androidannotations.annotations.RoboGuice.class - [JAR]

├─ com.googlecode.androidannotations.annotations.RootContext.class - [JAR]

├─ com.googlecode.androidannotations.annotations.SeekBarProgressChange.class - [JAR]

├─ com.googlecode.androidannotations.annotations.SeekBarTouchStart.class - [JAR]

├─ com.googlecode.androidannotations.annotations.SeekBarTouchStop.class - [JAR]

├─ com.googlecode.androidannotations.annotations.SystemService.class - [JAR]

├─ com.googlecode.androidannotations.annotations.TextChange.class - [JAR]

├─ com.googlecode.androidannotations.annotations.Touch.class - [JAR]

├─ com.googlecode.androidannotations.annotations.Trace.class - [JAR]

├─ com.googlecode.androidannotations.annotations.Transactional.class - [JAR]

├─ com.googlecode.androidannotations.annotations.UiThread.class - [JAR]

├─ com.googlecode.androidannotations.annotations.ViewById.class - [JAR]

com.googlecode.androidannotations.annotations.res

├─ com.googlecode.androidannotations.annotations.res.AnimationRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.BooleanRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.ColorRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.ColorStateListRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.DimensionPixelOffsetRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.DimensionPixelSizeRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.DimensionRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.DrawableRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.HtmlRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.IntArrayRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.IntegerRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.LayoutRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.MovieRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.StringArrayRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.StringRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.TextArrayRes.class - [JAR]

├─ com.googlecode.androidannotations.annotations.res.TextRes.class - [JAR]

com.googlecode.androidannotations.api.rest

├─ com.googlecode.androidannotations.api.rest.MediaType.class - [JAR]

com.googlecode.androidannotations.annotations.rest

├─ com.googlecode.androidannotations.annotations.rest.Accept.class - [JAR]

├─ com.googlecode.androidannotations.annotations.rest.Delete.class - [JAR]

├─ com.googlecode.androidannotations.annotations.rest.Get.class - [JAR]

├─ com.googlecode.androidannotations.annotations.rest.Head.class - [JAR]

├─ com.googlecode.androidannotations.annotations.rest.Options.class - [JAR]

├─ com.googlecode.androidannotations.annotations.rest.Post.class - [JAR]

├─ com.googlecode.androidannotations.annotations.rest.Put.class - [JAR]

├─ com.googlecode.androidannotations.annotations.rest.Rest.class - [JAR]

├─ com.googlecode.androidannotations.annotations.rest.RestService.class - [JAR]

com.googlecode.androidannotations.api

├─ com.googlecode.androidannotations.api.BackgroundExecutor.class - [JAR]

├─ com.googlecode.androidannotations.api.Scope.class - [JAR]

├─ com.googlecode.androidannotations.api.SdkVersionHelper.class - [JAR]

Advertisement