Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adrianherrera/jdivisitor-examples

Example applications using the JDIVisitor library
https://github.com/adrianherrera/jdivisitor-examples

Last synced: 11 days ago
JSON representation

Example applications using the JDIVisitor library

Awesome Lists containing this project

README

        

JDIVisitor Examples
====================

Example applications using the [JDIVisitor](https://github.com/adrianherrera/jdivisitor) library.

## License
GNU GPL v2.0

## Building
1. Obtain the JDIVisitor library from https://github.com/adrianherrera/jdivisitor and build.
2. Edit the `jdivisitor.lib` property in pom.xml to point to the location of the JDIVisitor library (using an absolute path) built in the previous step.
3. Build the examples.

## Usage
### MethodProfiler
TODO

## TODOs
[ ] Clean up the build process; it's not very nice.