Interface DelegatedAdvice<T>
-
- Type Parameters:
T
- Manageable Class that is implementing the entity
- All Superinterfaces:
org.aopalliance.aop.Advice
,org.aopalliance.intercept.Interceptor
,org.aopalliance.intercept.MethodInterceptor
- All Known Implementing Classes:
AbstractDelegatedAdvice
,CloneableAdvice
,DeletableAdvice
,ManageableAdvice
,RefreshableAdvice
,UpdatableAdvice
public interface DelegatedAdvice<T> extends org.aopalliance.intercept.MethodInterceptor
The delegated advice interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<? extends T>
getAdvisedClass()
Method[]
getAdvisedMethods()
-