Package net.uptheinter.interceptify.annotations
package net.uptheinter.interceptify.annotations
This package contains the annotations that you should apply to
your own classes and methods for runtime interception.
-
Annotation InterfacesClassDescriptionA class annotated with this will be processed for interception.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.