jar

com.github.fengdai.inject : viewholder-inject-processor

Maven & Gradle

Mar 08, 2020
13 stars

ViewHolder Inject Annotation Processor · Helper for using ViewHolders to modularize RecyclerView and composing them easily.

Table Of Contents

Latest Version

Download com.github.fengdai.inject : viewholder-inject-processor JAR file - Latest Versions:

All Versions

Download com.github.fengdai.inject : viewholder-inject-processor JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.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 viewholder-inject-processor-0.4.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.fengdai.inject.viewholder.processor.internal

├─ com.github.fengdai.inject.viewholder.processor.internal.AnnotationProcessingKt.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.internal.JavaPoetKt.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.internal.KotlinStdlibKt.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.internal.MirrorValue.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.internal.MirrorValueVisitor.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.internal.TypeVisitor.class - [JAR]

com.github.fengdai.inject.viewholder.processor

├─ com.github.fengdai.inject.viewholder.processor.DependencyRequest.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.Id.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.IdKt.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.IdScanner.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.Key.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.KeyKt.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.NamedKey.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.NamedKeyKt.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.ViewHolderInjectProcessor.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.ViewHolderInjectProcessorKt.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.ViewHolderInjection.class - [JAR]

├─ com.github.fengdai.inject.viewholder.processor.ViewHolderInjectionKt.class - [JAR]

Advertisement