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 annotation-1.50.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
aQute.bnd.annotation.metatype
├─ aQute.bnd.annotation.metatype.Configurable.class - [JAR]
├─ aQute.bnd.annotation.metatype.Meta.class - [JAR]
aQute.bnd.annotation.component
├─ aQute.bnd.annotation.component.Activate.class - [JAR]
├─ aQute.bnd.annotation.component.Attribute.class - [JAR]
├─ aQute.bnd.annotation.component.Component.class - [JAR]
├─ aQute.bnd.annotation.component.ConfigurationPolicy.class - [JAR]
├─ aQute.bnd.annotation.component.Deactivate.class - [JAR]
├─ aQute.bnd.annotation.component.Modified.class - [JAR]
├─ aQute.bnd.annotation.component.Reference.class - [JAR]
aQute.bnd.annotation
├─ aQute.bnd.annotation.ConsumerType.class - [JAR]
├─ aQute.bnd.annotation.Export.class - [JAR]
├─ aQute.bnd.annotation.ProviderType.class - [JAR]
├─ aQute.bnd.annotation.UsePolicy.class - [JAR]
├─ aQute.bnd.annotation.Version.class - [JAR]
aQute.bnd.test
├─ aQute.bnd.test.BndTestCase.class - [JAR]
├─ aQute.bnd.test.SimpleContext.class - [JAR]
├─ aQute.bnd.test.XmlTester.class - [JAR]