Пакет reflections: Информация

    Бинарный пакет: reflections
    Версия: 0.9.9-alt1_4jpp8
    Архитектура: noarch
    Собран:  4 февраля 2016 г. 1:06 в задании #157676
    Исходный пакет: reflections
    Категория: Разработка/Java
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/ronmamo/reflections

    Лицензия: WTFPL
    О пакете: Java run-time meta-data analysis
    Описание: 
    A Java run-time meta-data analysis, in the spirit of Scannotations
    
    Reflections scans your class-path, indexes the meta-data, allows you
    to query it on run-time and may save and collect that information
    for many modules within your project.
    
    Using Reflections you can query your meta-data such as:
    * get all sub types of some type
    * get all types/methods/fields annotated with some annotation,
      w/o annotation parameters matching
    * get all resources matching matching a regular expression

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Последнее изменение


    3 февраля 2016 г. Igor Vlasenko 0.9.9-alt1_4jpp8
    - new version