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 org.apache.felix.scr.generator-1.18.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.scrplugin.annotations
├─ org.apache.felix.scrplugin.annotations.AnnotationProcessor.class - [JAR]
├─ org.apache.felix.scrplugin.annotations.ClassAnnotation.class - [JAR]
├─ org.apache.felix.scrplugin.annotations.FieldAnnotation.class - [JAR]
├─ org.apache.felix.scrplugin.annotations.MethodAnnotation.class - [JAR]
├─ org.apache.felix.scrplugin.annotations.ScannedAnnotation.class - [JAR]
├─ org.apache.felix.scrplugin.annotations.ScannedClass.class - [JAR]
org.apache.felix.scrplugin.description
├─ org.apache.felix.scrplugin.description.AbstractDescription.class - [JAR]
├─ org.apache.felix.scrplugin.description.ClassDescription.class - [JAR]
├─ org.apache.felix.scrplugin.description.ComponentConfigurationPolicy.class - [JAR]
├─ org.apache.felix.scrplugin.description.ComponentDescription.class - [JAR]
├─ org.apache.felix.scrplugin.description.PropertyDescription.class - [JAR]
├─ org.apache.felix.scrplugin.description.PropertyType.class - [JAR]
├─ org.apache.felix.scrplugin.description.PropertyUnbounded.class - [JAR]
├─ org.apache.felix.scrplugin.description.ReferenceCardinality.class - [JAR]
├─ org.apache.felix.scrplugin.description.ReferenceDescription.class - [JAR]
├─ org.apache.felix.scrplugin.description.ReferencePolicy.class - [JAR]
├─ org.apache.felix.scrplugin.description.ReferencePolicyOption.class - [JAR]
├─ org.apache.felix.scrplugin.description.ReferenceStrategy.class - [JAR]
├─ org.apache.felix.scrplugin.description.ServiceDescription.class - [JAR]
org.apache.felix.scrplugin.xml
├─ org.apache.felix.scrplugin.xml.ComponentDescriptorIO.class - [JAR]
├─ org.apache.felix.scrplugin.xml.IOUtils.class - [JAR]
├─ org.apache.felix.scrplugin.xml.MetaTypeIO.class - [JAR]
org.apache.felix.scrplugin
├─ org.apache.felix.scrplugin.Log.class - [JAR]
├─ org.apache.felix.scrplugin.Options.class - [JAR]
├─ org.apache.felix.scrplugin.Project.class - [JAR]
├─ org.apache.felix.scrplugin.Result.class - [JAR]
├─ org.apache.felix.scrplugin.SCRDescriptorException.class - [JAR]
├─ org.apache.felix.scrplugin.SCRDescriptorFailureException.class - [JAR]
├─ org.apache.felix.scrplugin.SCRDescriptorGenerator.class - [JAR]
├─ org.apache.felix.scrplugin.Source.class - [JAR]
├─ org.apache.felix.scrplugin.SpecVersion.class - [JAR]
org.apache.felix.scrplugin.helper
├─ org.apache.felix.scrplugin.helper.AnnotationProcessorManager.class - [JAR]
├─ org.apache.felix.scrplugin.helper.ClassModifier.class - [JAR]
├─ org.apache.felix.scrplugin.helper.ClassScanner.class - [JAR]
├─ org.apache.felix.scrplugin.helper.ComponentContainer.class - [JAR]
├─ org.apache.felix.scrplugin.helper.ComponentContainerUtil.class - [JAR]
├─ org.apache.felix.scrplugin.helper.DescriptionContainer.class - [JAR]
├─ org.apache.felix.scrplugin.helper.IssueLog.class - [JAR]
├─ org.apache.felix.scrplugin.helper.MetatypeAttributeDefinition.class - [JAR]
├─ org.apache.felix.scrplugin.helper.MetatypeContainer.class - [JAR]
├─ org.apache.felix.scrplugin.helper.StringUtils.class - [JAR]
├─ org.apache.felix.scrplugin.helper.Validator.class - [JAR]