All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.avaje.inject.aop.package-info Maven / Gradle / Ivy

There is a newer version: 10.6-javax
Show newest version
/**
 * 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