jar

eu.jonahbauer : android-preference-annotations

Maven & Gradle

Oct 03, 2022

android-preference-annotations · An annotation processor for type-safe access to shared preferences

Table Of Contents

Latest Version

Download eu.jonahbauer : android-preference-annotations JAR file - Latest Versions:

All Versions

Download eu.jonahbauer : android-preference-annotations JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

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 android-preference-annotations-1.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

eu.jonahbauer.android.preference.annotations

├─ eu.jonahbauer.android.preference.annotations.Preference.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.PreferenceGroup.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.Preferences.class - [JAR]

eu.jonahbauer.android.preference.annotations.processor

├─ eu.jonahbauer.android.preference.annotations.processor.ClassNames.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.processor.PreferenceProcessor.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.processor.StringUtils.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.processor.TypeUtils.class - [JAR]

eu.jonahbauer.android.preference.annotations.processor.model

├─ eu.jonahbauer.android.preference.annotations.processor.model.Context.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.processor.model.PreferenceEditorSpec.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.processor.model.PreferenceGroupSpec.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.processor.model.PreferenceKeysSpec.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.processor.model.PreferenceSpec.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.processor.model.PreferencesSpec.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.processor.model.SerializerSpec.class - [JAR]

eu.jonahbauer.android.preference.annotations.serializer

├─ eu.jonahbauer.android.preference.annotations.serializer.EnumPreferenceSerializer.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.serializer.PreferenceSerializationException.class - [JAR]

├─ eu.jonahbauer.android.preference.annotations.serializer.PreferenceSerializer.class - [JAR]

Advertisement