View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window bot-core-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.dreamhead.bot.annotation
├─ com.github.dreamhead.bot.annotation.AnyField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.AnyFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.BooleanField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.BooleanFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.Bot.class - [JAR]
├─ com.github.dreamhead.bot.annotation.BotInitializer.class - [JAR]
├─ com.github.dreamhead.bot.annotation.BotWith.class - [JAR]
├─ com.github.dreamhead.bot.annotation.ByteField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.ByteFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.CharField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.CharFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.ClassField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.ClassFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.DoubleField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.DoubleFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.FieldFactory.class - [JAR]
├─ com.github.dreamhead.bot.annotation.FloatField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.FloatFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.IntField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.IntFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.LongField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.LongFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.ShortField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.ShortFields.class - [JAR]
├─ com.github.dreamhead.bot.annotation.StringField.class - [JAR]
├─ com.github.dreamhead.bot.annotation.StringFields.class - [JAR]
com.github.dreamhead.bot.reflection
├─ com.github.dreamhead.bot.reflection.ReflectionSupport.class - [JAR]
com.github.dreamhead.bot.util
├─ com.github.dreamhead.bot.util.FieldEntry.class - [JAR]
├─ com.github.dreamhead.bot.util.Preconditions.class - [JAR]
com.github.dreamhead.bot
├─ com.github.dreamhead.bot.BotException.class - [JAR]
├─ com.github.dreamhead.bot.ObjectBot.class - [JAR]