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 (C) 2009 The JSR-330 Expert Group. Licensed under the Apache License, Version 2.0.