classgrep

classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

License

License

GroupId

GroupId

cn.wensiqun
ArtifactId

ArtifactId

classgrep
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

classgrep
classgrep is small java tools, it can find some information as following: 1. find class/annotation/method/field which annotated be special annotation. 2. pass a java.lang.reflect.Method/java.lang.reflect.Constructor object, find all method that calling the method or constructor. 3. find all children class whit hierarchy structure according a special

Download classgrep

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
cn.wensiqun : asmsupport jar 0.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.1
1.1