@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface DockActionImportance
DockActionImportance
can be used to mark a DockAction
as being
more or less important. An action without this mark always has an importance of 1
.DefaultDockActionImportanceOrder
to decide which
actions are more or less important.Modifier and Type | Optional Element and Description |
---|---|
double |
value
How important the marked element is, as higher this number as more important.
|