Package io.micronaut.context.annotation
Annotation Interface DefaultScope
A  meta annotation that can be applied to another annotation to specify a fallback scope of no scope is specified
 by the user for a bean.
- Since:
 - 1.0
 - Author:
 - graemerocher
 
- 
Required Element Summary
Required Elements 
- 
Element Details
- 
value
Class<? extends Annotation> value- Returns:
 - The default scope to use
 
 
 -