Annotation Interface DefaultScope


@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Documented public @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
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>
     
  • Element Details

    • value

      Class<? extends Annotation> value
      Returns:
      The default scope to use