Annotation Type SingleInstancePerCluster


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Inherited
    public @interface SingleInstancePerCluster
    Indicate that maxInstances is equal to 1 for this component across the entire topology.
    See Also:
    SingleInstancePerNode