Annotation Interface BeanPriority
Marker annotation for bean priority to allow overriding bean types.
-
Required Element Summary
Required Elements -
Field Summary
Fields
-
Field Details
-
DEFAULT_PRIORITY
static final int DEFAULT_PRIORITYDefault priority for beans.- See Also:
-
-
Element Details
-
value
int valuePriority of the bean. The lower the value, the higher the priority.- Returns:
- Priority of the bean
-