jar

com.github.fengdai : registry-processor

Maven & Gradle

Mar 08, 2020
13 stars

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

Table Of Contents

Latest Version

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

All Versions

Download com.github.fengdai : registry-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 registry-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.registry.processor.internal

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

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

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

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

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

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

com.github.fengdai.registry.processor

├─ com.github.fengdai.registry.processor.Binding.class - [JAR]

├─ com.github.fengdai.registry.processor.BindingSet.class - [JAR]

├─ com.github.fengdai.registry.processor.DuplicateBindingException.class - [JAR]

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

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

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

├─ com.github.fengdai.registry.processor.LayoutBinding.class - [JAR]

├─ com.github.fengdai.registry.processor.RegistryClass.class - [JAR]

├─ com.github.fengdai.registry.processor.RegistryClassKt.class - [JAR]

├─ com.github.fengdai.registry.processor.RegistryInjectionModule.class - [JAR]

├─ com.github.fengdai.registry.processor.RegistryInjectionModuleKt.class - [JAR]

├─ com.github.fengdai.registry.processor.RegistryProcessor.class - [JAR]

├─ com.github.fengdai.registry.processor.RegistryProcessorKt.class - [JAR]

├─ com.github.fengdai.registry.processor.UtilsKt.class - [JAR]

Advertisement