All Classes and Interfaces

Class
Description
This is a generic type for facilitating a try-with-resources on any operation where something should be done at the end of the scope.
What that happens to be can either just be a pair of function calls or an actual object; it depends on the constructor you use.
This is a generic class for composing operations over a type.
This is the entrypoint for setting up interception.
A class annotated with this will be processed for interception.
Essentially the same as JarFile with a few extra functions for convenience.
Essentially the same as JarFile with a few extra convenience functions.
Represents a collection of Jar files, de-duplicated.
Annotates a static method to indicate it will be intercepting a constructor of the target class.
Annotates a static method to indicate it will be intercepting a method in a target.
This is the primary point at which intercepting logic kicks off.
This interface must be implemented by your application hook.
General utility class with a few modestly useful functions.