kryptonbutterfly / ReflectionUtils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReflectionUtils Maven Package

Contents

Class Description
Accessor This is a tool to make Fields/Methods/… accessible, perform an action and revert the accessiblity to the previous state.

Getting the latest release

<repository>
  <id>github</id>
  <url>https://maven.pkg.github.com/kryptonbutterfly/maven-repo</url>
</repository>
<dependency>
  <groupId>kryptonbutterfly</groupId>
  <artifactId>reflection_utils</artifactId>
  <version>2.0.0</version>
</dependency>

Download

java version library version Download
18+ 2.0.0 reflection_utils-2.0.0.jar
18+ 1.0.0 ReflectionUtils.jar

About

License:Apache License 2.0


Languages

Language:Java 100.0%