JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
io.micronaut.context.annotation
Annotation Type Prototype
@Documented
@Retention
(
value
=
RUNTIME
)
@Scope
@Bean
public @interface
Prototype
Prototype scope is a non-singleton scope that creates a new bean for every injection point.
Since:
1.0
Author:
Graeme Rocher
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element