Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37507774
en ru br
ALT Linux repos
S:0.9.12-alt1_10jpp11

Group :: Development/Java
RPM: reflections

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.9.12-alt1_10jpp11
Build date: 1 july 2022, 17:42 ( 94.7 weeks ago )
Size: 53.23 Kb

Home page:   https://github.com/ronmamo/reflections

License: WTFPL
Summary: Java run-time meta-data analysis
Description:

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

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • reflections
  • reflections-javadoc
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin