JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package net.uptheinter.interceptify.interfaces
package
net.uptheinter.interceptify.interfaces
This package contains interfaces you should implement and pass to
EntryPoint.entryPoint
Related Packages
Package
Description
net.uptheinter.interceptify
Interceptify provides a convenient means of performing runtime class interception.
net.uptheinter.interceptify.annotations
This package contains the annotations that you should apply to your own classes and methods for runtime interception.
net.uptheinter.interceptify.internal
Everything under this package is considered internal to Interceptify.
net.uptheinter.interceptify.util
This package contains an assortment of convenience functions which are primarily intended for the benefit of Interceptify - however, they are considered public and consequently
will
honour semantic versioning.
Interfaces
Class
Description
StartupConfig
This interface must be implemented by your application hook.