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.annotations-1.12.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.felix.scr.annotations
├─ org.apache.felix.scr.annotations.Activate.class - [JAR]
├─ org.apache.felix.scr.annotations.AutoDetect.class - [JAR]
├─ org.apache.felix.scr.annotations.Component.class - [JAR]
├─ org.apache.felix.scr.annotations.ConfigurationPolicy.class - [JAR]
├─ org.apache.felix.scr.annotations.Deactivate.class - [JAR]
├─ org.apache.felix.scr.annotations.Modified.class - [JAR]
├─ org.apache.felix.scr.annotations.Properties.class - [JAR]
├─ org.apache.felix.scr.annotations.Property.class - [JAR]
├─ org.apache.felix.scr.annotations.PropertyOption.class - [JAR]
├─ org.apache.felix.scr.annotations.PropertyUnbounded.class - [JAR]
├─ org.apache.felix.scr.annotations.Reference.class - [JAR]
├─ org.apache.felix.scr.annotations.ReferenceCardinality.class - [JAR]
├─ org.apache.felix.scr.annotations.ReferencePolicy.class - [JAR]
├─ org.apache.felix.scr.annotations.ReferencePolicyOption.class - [JAR]
├─ org.apache.felix.scr.annotations.ReferenceStrategy.class - [JAR]
├─ org.apache.felix.scr.annotations.References.class - [JAR]
├─ org.apache.felix.scr.annotations.Service.class - [JAR]
├─ org.apache.felix.scr.annotations.Services.class - [JAR]
org.apache.felix.scr.annotations.sling
├─ org.apache.felix.scr.annotations.sling.SlingFilter.class - [JAR]
├─ org.apache.felix.scr.annotations.sling.SlingFilterScope.class - [JAR]
├─ org.apache.felix.scr.annotations.sling.SlingServlet.class - [JAR]
org.apache.felix.scrplugin.processing
├─ org.apache.felix.scrplugin.processing.SCRAnnotationProcessor.class - [JAR]
├─ org.apache.felix.scrplugin.processing.SlingAnnotationProcessor.class - [JAR]