Sisu-Inject-Bean : Aggregate OSGi bundle
Package Index
|
Class Index
javax.enterprise.inject
javax.inject
org.aopalliance.aop
org.aopalliance.intercept
org.sonatype.guice.bean.binders
org.sonatype.guice.bean.containers
org.sonatype.guice.bean.converters
org.sonatype.guice.bean.inject
org.sonatype.guice.bean.locators
org.sonatype.guice.bean.locators.spi
org.sonatype.guice.bean.reflect
org.sonatype.guice.bean.scanners
org.sonatype.guice.bean.scanners.asm
org.sonatype.guice.bean.scanners.index
org.sonatype.inject
Interfaces
Advice
Exceptions
AspectException
Package Index
|
Class Index
Summary: |
[Expand All]
public interface
Advice
org.aopalliance.aop.Advice
Known Indirect Subclasses
ConstructorInterceptor
,
FieldInterceptor
,
Interceptor
,
MethodInterceptor
ConstructorInterceptor
Intercepts the construction of a new object.
FieldInterceptor
Intercepts field access on a target object.
Interceptor
This interface represents a generic interceptor.
MethodInterceptor
Intercepts calls on an interface on its way to the target.
Class Overview
Tag interface for Advice. Implementations can be any type of advice, such as Interceptors.