Last Version

Reflection Utilities 0.9.20

A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. The package was originally created by Aaron Zeckoski for the Sakai Project and Generic DAO project but was repackaged to make it distributable by request. It is used in the RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/) and the EntityBroker among other things. Note about the BeanUtils provided dependency: BeanUtils is not required if you are not using it in your project. Note about the Hibernate provided dependency: Hibernate is not required if you are not using it in your project.

License

License

GroupId

GroupId

org.azeckoski
ArtifactId

ArtifactId

reflectutils
Version

Version

0.9.20
Type

Type

jar
Description

Description

Reflection Utilities
A set of reflection utilities and miscellaneous utilities related to working with classes and their fields with no dependencies which is compatible with java 1.5 and generics. The package was originally created by Aaron Zeckoski for the Sakai Project and Generic DAO project but was repackaged to make it distributable by request. It is used in the RSF framework (http://www2.caret.cam.ac.uk/rsfwiki/) and the EntityBroker among other things. Note about the BeanUtils provided dependency: BeanUtils is not required if you are not using it in your project. Note about the Hibernate provided dependency: Hibernate is not required if you are not using it in your project.
Project URL

Project URL

http://code.google.com/p/reflectutils/
Source Code Management

Source Code Management

https://github.com/azeckoski/reflectutils

Download reflectutils 0.9.20


<!-- https://jarcasting.com/artifacts/org.azeckoski/reflectutils/ -->
<dependency>
    <groupId>org.azeckoski</groupId>
    <artifactId>reflectutils</artifactId>
    <version>0.9.20</version>
</dependency>
// https://jarcasting.com/artifacts/org.azeckoski/reflectutils/
implementation 'org.azeckoski:reflectutils:0.9.20'
// https://jarcasting.com/artifacts/org.azeckoski/reflectutils/
implementation ("org.azeckoski:reflectutils:0.9.20")
'org.azeckoski:reflectutils:jar:0.9.20'
<dependency org="org.azeckoski" name="reflectutils" rev="0.9.20">
  <artifact name="reflectutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.azeckoski', module='reflectutils', version='0.9.20')
)
libraryDependencies += "org.azeckoski" % "reflectutils" % "0.9.20"
[org.azeckoski/reflectutils "0.9.20"]

Dependencies

provided (1)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.8.0

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.