Annotation Type 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
    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static java.lang.String NAME  
    • Field Detail

      • NAME

        static final java.lang.String NAME