Package paranamer: Information

    Binary package: paranamer
    Version: 2.8-alt1_15jpp11
    Architecture: noarch
    Build time:  Jun 1, 2021, 09:29 AM in the task #273201
    Source package: paranamer
    Category: Development/Java
    Report package bug
    License: BSD
    Summary: Java library for accessing non-private method's parameter names at run-time
    Description: 
    Paranamer is a Java library that allows the parameter names of non-private
    methods and constructors to be accessed at run-time. Most compilers discard
    this information; traditional Reflection on JDK <= 7 would show something like
    doSomething(mypackage.Person ???) instead of doSomething(mypackage.Person toMe).
    The Paranamer library fills this gap for these JDK versions.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

    Last changed


    June 1, 2021 Igor Vlasenko 0:2.8-alt1_15jpp11
    - update
    Oct. 14, 2020 Igor Vlasenko 0:2.8-alt1_12jpp8
    - fc update for new xbean
    March 31, 2020 Igor Vlasenko 0:2.8-alt1_9jpp8
    - fc update