JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Interface
io.avaje.inject.aop.Fallback
Packages that use
Fallback
Package
Description
io.avaje.inject.aop
Support for AOP Aspects.
Uses of
Fallback
in
io.avaje.inject.aop
Methods in
io.avaje.inject.aop
that return
Fallback
Modifier and Type
Method
Description
static
Fallback
Fallback.
find
(
String
name,
Method
method)
Find and return the fallback given the name and original method.