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 winter-core-annotation-1.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.winterframework.core.annotation
├─ io.winterframework.core.annotation.AnnotationSelector.class - [JAR]
├─ io.winterframework.core.annotation.Bean.class - [JAR]
├─ io.winterframework.core.annotation.BeanSocket.class - [JAR]
├─ io.winterframework.core.annotation.Destroy.class - [JAR]
├─ io.winterframework.core.annotation.Init.class - [JAR]
├─ io.winterframework.core.annotation.Lazy.class - [JAR]
├─ io.winterframework.core.annotation.Module.class - [JAR]
├─ io.winterframework.core.annotation.NestedBean.class - [JAR]
├─ io.winterframework.core.annotation.Overridable.class - [JAR]
├─ io.winterframework.core.annotation.Provide.class - [JAR]
├─ io.winterframework.core.annotation.Selector.class - [JAR]
├─ io.winterframework.core.annotation.Wire.class - [JAR]
├─ io.winterframework.core.annotation.WiredTo.class - [JAR]
├─ io.winterframework.core.annotation.Wires.class - [JAR]
├─ io.winterframework.core.annotation.Wrapper.class - [JAR]