public abstract @interface

Priority

implements Annotation
org.eclipse.sisu.Priority

Class Overview

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.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation