Name: | scannotation |
---|---|
Version: | 1.0.3 |
Release: | 0.7.r12.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 22798 |
License: | ASL 2.0 |
RPM: | scannotation-1.0.3-0.7.r12.el7.noarch.rpm |
Source RPM: | scannotation-1.0.3-0.7.r12.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://scannotation.sourceforge.net |
Summary: | A Java annotation scanner |
Description: | Scannotation is a Java library that creates an annotation database from a set of .class files.This database is really just a set of maps that index what annotations are used and what classes are using them. Why do you need this? What if you are an annotation framework like an EJB 3.0 container and you want to automatically scan your classpath for EJB annotations so that you know what to deploy? Scannotation gives you apis that allow you to find archives in your classpath or WAR (web application) that you want to scan, then automatically scans them without loading each and every class within those archives |
- Mass rebuild 2013-12-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild - Replace maven BuildRequires with maven-local
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Preserve time stamps of files(License.txt in this case) being installed
- Initial packaging. With help from Ade Lee <vakwetu@fedoraproject.org>