/spoon-examples

Examples on how to use the Spoon Java source code transformation library

Primary LanguageJavaGNU General Public License v2.0GPL-2.0

Spoon Examples

Introduction

spoon-examples gives analysis and transformation processors showing the usage of the open-source library Spoon.

You can see these processors in:

Usage

You can run the tests of the project with a mvn test command on the root of the project to execute all examples (all test classes).

git clone https://github.com/SpoonLabs/spoon-examples.git
cd spoon-examples
mvn test