@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Alias
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
Alias names of the class.
|
Copyright © 2019 ELKI Development Team. License information.