Name: | procyon-reflection |
---|---|
Version: | 0.5.33 |
Release: | 0.1.pre03.el7 |
Architecture: | noarch |
Group: | Development/Tools |
Size: | 366517 |
License: | ASL 2.0 |
RPM: | procyon-reflection-0.5.33-0.1.pre03.el7.noarch.rpm |
Source RPM: | procyon-0.5.33-0.1.pre03.el7.src.rpm |
Build Date: | Thu Jan 24 2019 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://bitbucket.org/mstrobel/procyon/ |
Summary: | The procyon-reflection framework provides a rich reflection and code generation API |
Description: | The procyon-reflection framework provides a rich reflection and code generation API with full support for generics, wildcards, and other high-level Java type concepts. It is based on .NET's System.Reflection and System.Reflection. Emit APIs and is meant to address many of the shortcomings of the core Java reflection API, which offers rather limited and cumbersome support for generic type inspection. Its code generation facilities include a TypeBuilder, MethodBuilder, and a bytecode emitter. |
- removed fat jar, as epel have no gradle - removed javadoc and srcs artifacts. will eb building by javac - adapted br/r/provides to epel7 - buit by javac instead of gradle
- created special package for assembled fat jar - adapted rest of package to include and cooperate with minimal decompiler frontend
- inital load