javax.inject
Annotation Type Singleton


@Scope
@Documented
@Retention(value=RUNTIME)
public @interface Singleton

Identifies a type that the injector only instantiates once. Not inherited.

See Also:
@Scope



Copyright © 2012 Oracle Corporation. All Rights Reserved.