jar

com.google.code.simplestuff : simplestuff

Maven & Gradle

Nov 04, 2009

Simple Stuff Project · TO BE CHANGED Bean utils related classes written by TomTom and usable in multiple projects. A tool used to enhance classical pojo bean for quickly doing common things (equals declaration, test beans generation etc.)

Table Of Contents

Latest Version

Download com.google.code.simplestuff : simplestuff JAR file - Latest Versions:

All Versions

Download com.google.code.simplestuff : simplestuff JAR file - All Versions:

Version Vulnerabilities Size Updated
0.9
0.6
0.4
0.1

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

com.google.code.simplestuff.bean

├─ com.google.code.simplestuff.bean.AbstractBusinessObject.class - [JAR]

├─ com.google.code.simplestuff.bean.BusinessObjectAnnotationParser.class - [JAR]

├─ com.google.code.simplestuff.bean.BusinessObjectContext.class - [JAR]

├─ com.google.code.simplestuff.bean.BusinessObjectDescriptor.class - [JAR]

├─ com.google.code.simplestuff.bean.SimpleBean.class - [JAR]

com.google.code.simplestuff.annotation

├─ com.google.code.simplestuff.annotation.BusinessField.class - [JAR]

├─ com.google.code.simplestuff.annotation.BusinessObject.class - [JAR]

Advertisement