Annotation Type PrototypeComponent


  • @Component
    @Scope("prototype")
    @Retention(RUNTIME)
    public @interface PrototypeComponent
    Defines a Spring Component of prototype scope. Shorter version with one simple annotation.
    Author:
    K. Benedyczak