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 colesico-introspection-5.2.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
colesico.framework.introspection.codegen.model
├─ colesico.framework.introspection.codegen.model.IntrospectedElement.class - [JAR]
colesico.framework.introspection.codegen
├─ colesico.framework.introspection.codegen.IntrospectionParser.class - [JAR]
├─ colesico.framework.introspection.codegen.IntrospectionProcessor.class - [JAR]
colesico.framework.introspection.internal
├─ colesico.framework.introspection.internal.IntrospectionIoclet.class - [JAR]
├─ colesico.framework.introspection.internal.IntrospectionProducer.class - [JAR]
colesico.framework.introspection.internal.model
├─ colesico.framework.introspection.internal.model.MetaClassImpl.class - [JAR]
├─ colesico.framework.introspection.internal.model.MetaConstructorImpl.class - [JAR]
├─ colesico.framework.introspection.internal.model.MetaElementImpl.class - [JAR]
├─ colesico.framework.introspection.internal.model.MetaEnumConstImpl.class - [JAR]
├─ colesico.framework.introspection.internal.model.MetaEnumImpl.class - [JAR]
├─ colesico.framework.introspection.internal.model.MetaFieldImpl.class - [JAR]
├─ colesico.framework.introspection.internal.model.MetaInterfaceImpl.class - [JAR]
├─ colesico.framework.introspection.internal.model.MetaMethodImpl.class - [JAR]
├─ colesico.framework.introspection.internal.model.MetaParameterImpl.class - [JAR]
colesico.framework.introspection
├─ colesico.framework.introspection.Introspect.class - [JAR]
├─ colesico.framework.introspection.Kind.class - [JAR]
├─ colesico.framework.introspection.MetaAnnotation.class - [JAR]
├─ colesico.framework.introspection.MetaClass.class - [JAR]
├─ colesico.framework.introspection.MetaConstructor.class - [JAR]
├─ colesico.framework.introspection.MetaElement.class - [JAR]
├─ colesico.framework.introspection.MetaEnum.class - [JAR]
├─ colesico.framework.introspection.MetaEnumConstant.class - [JAR]
├─ colesico.framework.introspection.MetaField.class - [JAR]
├─ colesico.framework.introspection.MetaInterface.class - [JAR]
├─ colesico.framework.introspection.MetaMethod.class - [JAR]
├─ colesico.framework.introspection.MetaParameter.class - [JAR]
├─ colesico.framework.introspection.Modifier.class - [JAR]