Annotation Type SingleInstancePerNode


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface SingleInstancePerNode
    Indicate that maxInstances is equal to 1 for this component for each node the class/service is running on.
    See Also:
    SingleInstancePerCluster