public static enum DirectiveKind
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

The kind of a directive.

Note that it is possible additional directive kinds will be added to accommodate new, currently unknown, language structures added to future versions of the Java™ programming language.

extends Enum<DirectiveKind>

Since:  9

@spec JPMS