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 javas-reflect-meta-core-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
javax.annotation
├─ javax.annotation.Resource.class - [JAR]
com.github.houbb.javas.reflect.meta.core.api.model.base
├─ com.github.houbb.javas.reflect.meta.core.api.model.base.MetaBase.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.api.model.base.MetaBaseWithAccess.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.api.model.base.MetaBaseWithAccessAnnotated.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.api.model.base.MetaBaseWithAnnotated.class - [JAR]
com.github.houbb.javas.reflect.meta.core.api.model
├─ com.github.houbb.javas.reflect.meta.core.api.model.MetaAnnotation.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.api.model.MetaClass.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.api.model.MetaField.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.api.model.MetaImport.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.api.model.MetaMethod.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.api.model.MetaPackage.class - [JAR]
com.github.houbb.javas.reflect.meta.core.util
├─ com.github.houbb.javas.reflect.meta.core.util.InnerMetaImportUtil.class - [JAR]
com.github.houbb.javas.reflect.meta.core.convertor
├─ com.github.houbb.javas.reflect.meta.core.convertor.MetaAnnotationConvertor.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.convertor.MetaClassConvertor.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.convertor.MetaConvertors.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.convertor.MetaFieldConvertor.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.convertor.MetaImportConvertor.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.convertor.MetaMethodConvertor.class - [JAR]
├─ com.github.houbb.javas.reflect.meta.core.convertor.MetaPackageConvertor.class - [JAR]
org.springframework.beans.factory.annotation
├─ org.springframework.beans.factory.annotation.Autowired.class - [JAR]