Interface Order
-
- All Known Subinterfaces:
ConfigurationStrategy
public interface OrderUsed to order execution of implementations of the same interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetOrder()Used by the implementor to assign and order of execution when multiple implementations are present
-
-
-
Method Detail
-
getOrder
Integer getOrder()
Used by the implementor to assign and order of execution when multiple implementations are present- Returns:
-
-