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
Provider
<T>
Annotations
Inject
Named
Qualifier
Scope
Singleton
Package Index
|
Class Index
Summary:
Inherited Methods
|
[Expand All]
public abstract @interface
Singleton
implements
Annotation
javax.inject.Singleton
Class Overview
Identifies a type that the injector only instantiates once. Not inherited.
See Also
@Scope
Summary
[Expand]
Inherited Methods
From interface
java.lang.annotation.Annotation
abstract
Class
<? extends
Annotation
>
annotationType
()
abstract boolean
equals
(
Object
arg0)
abstract int
hashCode
()
abstract
String
toString
()