jar

com.github.stokito : gag-agent

Maven & Gradle

Jul 01, 2012
40 stars

Google Annotations Gallery agent · Dynamic bytecode instrumentation Java agent for GAG. GAG is an annotations library that provides a rich set of annotations for developers to express themselves.

Table Of Contents

Latest Version

Download com.github.stokito : gag-agent JAR file - Latest Versions:

All Versions

Download com.github.stokito : gag-agent JAR file - All Versions:

Version Vulnerabilities Size Updated
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 gag-agent-1.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.stokito.gag.instrument.util

├─ com.github.stokito.gag.instrument.util.StringBuilderVisitor.class - [JAR]

com.github.stokito.gag.instrument.info

├─ com.github.stokito.gag.instrument.info.AnnoInfo.class - [JAR]

├─ com.github.stokito.gag.instrument.info.ClassInfo.class - [JAR]

├─ com.github.stokito.gag.instrument.info.FieldInfo.class - [JAR]

├─ com.github.stokito.gag.instrument.info.LocalVarInfo.class - [JAR]

├─ com.github.stokito.gag.instrument.info.MethodInfo.class - [JAR]

com.github.stokito.gag.instrument

├─ com.github.stokito.gag.instrument.AbstractTransformer.class - [JAR]

├─ com.github.stokito.gag.instrument.AnnotationStateError.class - [JAR]

├─ com.github.stokito.gag.instrument.ClassGenerator.class - [JAR]

com.github.stokito.gag.agent

├─ com.github.stokito.gag.agent.AnswerToLifeGenerator.class - [JAR]

├─ com.github.stokito.gag.agent.GagTransformer.class - [JAR]

├─ com.github.stokito.gag.agent.HackGenerator.class - [JAR]

├─ com.github.stokito.gag.agent.NoopGenerator.class - [JAR]

├─ com.github.stokito.gag.agent.RouletteGenerator.class - [JAR]

├─ com.github.stokito.gag.agent.ThisHadBetterGenerator.class - [JAR]

com.github.stokito.gag.instrument.collector

├─ com.github.stokito.gag.instrument.collector.AnnoCollector.class - [JAR]

├─ com.github.stokito.gag.instrument.collector.BaseMethodCollector.class - [JAR]

├─ com.github.stokito.gag.instrument.collector.ClassCollector.class - [JAR]

├─ com.github.stokito.gag.instrument.collector.FieldCollector.class - [JAR]

├─ com.github.stokito.gag.instrument.collector.MethodCollector.class - [JAR]

Advertisement