public interface Priorized
Classes implementing this interface can be used by the PriorityParts annotation and will
be auto sorted (ascending) by priority before they are made available.
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PRIORITY
Contains the default priority used by Priorized parts.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
Returns the priority of this element.
|
static final int DEFAULT_PRIORITY
Copyright © 2018. All rights reserved.