Package org.eclipse.sisu
Annotation Type Priority
Defines the priority ordering of a bean, higher values have higher priority:
@Named
@Priority( 999 )
public class ImportantComponent
{
//
}
Implicit priorities start at zero for default beans, negative for non-default.- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
int value
-