Annotation Type UniquePrototype


  • @Component
    @Scope("prototype")
    @Retention(RUNTIME)
    public @interface UniquePrototype
    Annotation defining a spring component of scope prototype, which can be stored and retrieved through the context with DependentAnnotationConfigApplicationContext.