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 hibernate-commons-annotations-6.0.6.Final.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.hibernate.annotations.common.annotationfactory
├─ org.hibernate.annotations.common.annotationfactory.AnnotationDescriptor.class - [JAR]
├─ org.hibernate.annotations.common.annotationfactory.AnnotationFactory.class - [JAR]
├─ org.hibernate.annotations.common.annotationfactory.AnnotationProxy.class - [JAR]
org.hibernate.annotations.common.reflection
├─ org.hibernate.annotations.common.reflection.AnnotationReader.class - [JAR]
├─ org.hibernate.annotations.common.reflection.Filter.class - [JAR]
├─ org.hibernate.annotations.common.reflection.MetadataProvider.class - [JAR]
├─ org.hibernate.annotations.common.reflection.MetadataProviderInjector.class - [JAR]
├─ org.hibernate.annotations.common.reflection.ReflectionManager.class - [JAR]
├─ org.hibernate.annotations.common.reflection.ReflectionUtil.class - [JAR]
├─ org.hibernate.annotations.common.reflection.XAnnotatedElement.class - [JAR]
├─ org.hibernate.annotations.common.reflection.XClass.class - [JAR]
├─ org.hibernate.annotations.common.reflection.XMember.class - [JAR]
├─ org.hibernate.annotations.common.reflection.XMethod.class - [JAR]
├─ org.hibernate.annotations.common.reflection.XPackage.class - [JAR]
├─ org.hibernate.annotations.common.reflection.XProperty.class - [JAR]
org.hibernate.annotations.common.reflection.java
├─ org.hibernate.annotations.common.reflection.java.JavaAnnotationReader.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaMetadataProvider.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaReflectionManager.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXAnnotatedElement.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXArrayType.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXClass.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXCollectionType.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXMember.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXMethod.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXPackage.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXProperty.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXSimpleType.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.JavaXType.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.TypeEnvironmentMap.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.XTypeConstruction.class - [JAR]
org.hibernate.annotations.common.reflection.java.generics
├─ org.hibernate.annotations.common.reflection.java.generics.ApproximatingTypeEnvironment.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.CompoundTypeEnvironment.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.GenericArrayTypeImpl.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.IdentityTypeEnvironment.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.ParameterizedTypeImpl.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.SimpleTypeEnvironment.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.TypeEnvironment.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.TypeEnvironmentFactory.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.TypeFactory.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.TypeSwitch.class - [JAR]
├─ org.hibernate.annotations.common.reflection.java.generics.TypeUtils.class - [JAR]