@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Priority
Modifier and Type | Fields and Description |
---|---|
static int |
DEFAULT
Default priority.
|
static int |
IMPORTANT
Important implementations.
|
static int |
RECOMMENDED
Recommended implementations.
|
static int |
SUPPLEMENTARY
Supplementary priority.
|
static int |
USER
Users are suggested to use this, so their own extensions show up at the
top.
|
Modifier and Type | Required Element and Description |
---|---|
int |
value
Priority of this class
|
Copyright © 2019 ELKI Development Team. License information.