An open API service indexing awesome lists of open source software.

https://github.com/dragonzone/reflect-util

Collection of utilities for handling reflective types in Java
https://github.com/dragonzone/reflect-util

Last synced: 6 months ago
JSON representation

Collection of utilities for handling reflective types in Java

Awesome Lists containing this project

README

          

# Reflection Utilities [![Build Status](https://jenkins.dragon.zone/buildStatus/icon?job=dragonzone/reflect-util/master)](https://jenkins.dragon.zone/blue/organizations/jenkins/dragonzone%2Freflect-util/activity?branch=master) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/zone.dragon/reflect-util/badge.svg)](https://maven-badges.herokuapp.com/maven-central/zone.dragon/reflect-util/)

A lightweight library containing an assortment of utility functions for manipulating types and other common operations encountered when
utilizing meta-programming on the JVM.