io.avaje.inject.aop.package-info Maven / Gradle / Ivy
/**
* Support for Aspect Oriented Programming.
*
* Aspects allow us to define method interceptors and then apply to specific methods or all public methods of a class.
*
* An example of an Aspect might be @Retry which will invoke the underlying method and
* then retry if that invocation fails.
*/
package io.avaje.inject.aop;
© 2015 - 2024 Weber Informatics LLC | Privacy Policy