Annotation Type SingleInstancePerNamedComponent
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface SingleInstancePerNamedComponent
Indicate that maxInstances per node is equal to 1 for this component for each configuration of the class. If it is possible for the component to be thread-safe, then it is preferred to use theThreadSafe
annotation instead.