Name of the feature which will be used to in the property file names related to this feature
initOrder
public abstract int initOrder
Returns:
The initialization order of this feature. When features are initialized by the Feature Repository, they will be
initialized in the ascending order of this parameter value.
Default:
0
priority
public abstract int priority
Returns:
The priority value of this feature implementation. If multiple implementations are found for the same feature API,
the implementation with the highest priority value will be used.