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
     
  • Field Details

    • NAME

      static final String NAME