Annotation Interface Scope


Meta-annotation that marks other annotations as scope annotations.

Scopes define the lifecycle and visibility of objects in the dependency injection system. Custom scope annotations should be annotated with @Scope.

Built-in scopes include:

Since:
4.0.0
See Also: