spoon.template.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spoon-core Show documentation
Show all versions of spoon-core Show documentation
Spoon is a tool for meta-programming, analysis and transformation of Java programs.
The newest version!
This package defines a framework for well-typed pure-Java templates.
A template is a regular Java class that implements the {@link spoon.template.Template} interface and
that contains some template parameters.
Related Documentation