Annotation Type OfKind


@Target(PARAMETER)
@Retention(SOURCE)
public @interface OfKind
Annotation to specify what tree kinds are allowed or disallowed to match a given expression.
Author:
lowasser@google.com (Louis Wasserman)
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    com.sun.source.tree.Tree.Kind[] value  
  • Element Details

    • value

      com.sun.source.tree.Tree.Kind[] value