JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
|
Optional |
Required
Detail:
Field
|
Element
SEARCH:
Package
io.micronaut.context.annotation
Annotation Interface Prototype
@Documented
@Retention
(
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
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
NAME
Field Details
NAME
static final
String
NAME