@Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface Prototype
A new instance of this bean will be created each time it is requested or wired.
{@code