@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
public @interface Description
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Description of the class.
|
Copyright © 2019 ELKI Development Team. License information.